Letter for Mimi 2 – wip #27

Scrollbars

Creating scrollbars in Tkinter is not a trivial task. In the window above, which is a topLevel, a Canvas is added which contains all the Labels. The Scrollbars are then assigned to the topLevel and set to scroll the Canvas. When creating a window manager, I would imagine that adding a scrollbar is something of great importance so it should be very easy to add one. Anyhow, it works, as you can see. I am trying to also implement this in the map view. The windows load really slow because of all the Labels, I have to see if it still leaves for a work-able environment when mutating larger maps.

Leave a comment

Your email address will not be published. Required fields are marked *