Tkinter scroll bar not scrolling

前端 未结 1 1981
天命终不由人
天命终不由人 2021-01-22 23:27

I am trying to create a gui with two canvas and a scrolling bar going through both at the same time, as a test for another project. I have created the root, the two canvas and p

1条回答
  •  不要未来只要你来
    2021-01-22 23:45

    The canvas will only scroll canvas objects. For widgets, that means widgets created with canvas.create_window(...)

    See Adding a scrollbar to a group of widgets in Tkinter

    0 讨论(0)
提交回复
热议问题