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.
プログラムで垂直スクロールバーをキャンバスの下部に設定しようとしています。(多数のウィジェット行が GUI に追加され、vscrollbar が必要に応じて機能すると、垂直スクロールバーが表示されます。) 何か提案はありますか?
メソッドを使用してyview_moveto、ビューを y 方向に調整できます。
yview_moveto
self.canvas.yview_moveto(1.0)