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
The canvas will only scroll canvas objects. For widgets, that means widgets created with canvas.create_window(...)
canvas.create_window(...)
See Adding a scrollbar to a group of widgets in Tkinter