Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Tkinter リストボックスの最後の項目を選択するにはどうすればよいですか?
を呼び出しselection_clear()て既存の選択を削除し、その後にselection_set("end")[2] を続けて最後の要素を選択します。see("end")また、スクロールして表示されていることを確認するために呼び出すこともできます。
selection_clear()
selection_set("end")
see("end")