listbox在 Tkinter 的列表框中,如果内容超出了框本身的大小,则可以使用左右箭头键滚动内容。
listbox
我尝试使用该功能重新绑定按键.bind(),但是无论我做什么,滚动功能仍然存在。
.bind()
我也尝试使用[the listbox].xview_moveto(0.0)来覆盖滚动,但由于某种原因 0.0 从技术上来说并不是listbox.
[the listbox].xview_moveto(0.0)
python listbox tkinter horizontal-scrolling arrow-keys
arrow-keys ×1
horizontal-scrolling ×1
listbox ×1
python ×1
tkinter ×1