Python Forum
[Tkinter] How to make one widget longer than others without moving the others.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] How to make one widget longer than others without moving the others.
#1
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.
Reply
#2
use id and vary columnspan (rowspan for width)
you may also have to adjust weight
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  The coordinates of the Entry widget (canvas) when moving berckut72 8 5,848 Jan-07-2020, 09:26 AM
Last Post: berckut72

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020