Re: [Tkinter-discuss] Scrollbar for thumbnails

2019-01-11 Thread Bryan Oakley
The canvas can only scroll things added to the canvas with the create_* functions (create_image, create_window, create_line, etc). You cannot add widgets to the canvas with pack, place, or grid, and then be able to scroll them. On Fri, Jan 11, 2019 at 1:15 PM Mario St-Gelais wrote: > I am havin

[Tkinter-discuss] Scrollbar for thumbnails

2019-01-11 Thread Mario St-Gelais
I am having a terrible time wrapping this under my head. What is missing here to have the scrollbar working. Everything is displayed fine.  But the slider of the scrollbar is full length. i.e. same height as outerframe.  which is same size as the canvas.     def setup(self):     c = 0