Re: Prevent Tkinter Canvas from resizing

2006-01-20 Thread Fredrik Lundh
Eric Wong wrote: > Using Tkinter, I have a Canvas with vertical Scrollbar attached. At > runtime, I dynamically create Checkboxes on the Canvas, each one on a > different row. When I add a lot of Checkboxes, instead of the > scrollbar kicking in, the Canvas resizes and subsequently, my > Applica

Prevent Tkinter Canvas from resizing

2006-01-19 Thread Eric Wong
Using Tkinter, I have a Canvas with vertical Scrollbar attached. At runtime, I dynamically create Checkboxes on the Canvas, each one on a different row. When I add a lot of Checkboxes, instead of the scrollbar kicking in, the Canvas resizes and subsequently, my Application window resizes such tha