[Tutor] Tkinter grid manager

Alan Gauld alan.gauld at yahoo.co.uk
Wed Feb 23 09:54:40 EST 2022


On 23/02/2022 00:56, Phil wrote:

>> An empty row has no size.
> 
> I was wondering about some sort of sizer that could be placed in a cell 
> but not be visible?
> 
Anything in the cell(an empty label, frame or panel) will fill it and
you can configure the row height as needed.

But why do you have empty rows to start with? What purpose do the
empty cells have? If it is just blank space you require then any
empty widget will do the trick. Or if you are going to put other
widgets in there later an empty frame might be best, then you
can insert the new widgets into the frame.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos




More information about the Tutor mailing list