Python Forum

Full Version: How to make one widget longer than others without moving the others.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am working on a project that requires that the table at the top of the window is the length of the whole window, but I don't want the space between the other widgets.

I see no way of doing this, and I might just have to have a whole other window for it.

I am not using classes, because this is just a small project and I see no need for them in tkinter, at least for my use.
use id and vary columnspan (rowspan for width)
you may also have to adjust weight