There's a working app at http://cl1p.net/tkinter_table_headers/
Thank you for this example. However, one issue to that...
When resizing the window (vertical) then the header moves away
from the table. How can I avoid this with the grid? With "pack"
I now this...
Oops ... packing can be tricky
>
> There's a working app at http://cl1p.net/tkinter_table_headers/
>
> -John
Thank you for this example. However, one issue to that...
When resizing the window (vertical) then the header moves away
from the table. How can I avoid this with the grid? With "pack"
I now this...
--
http://mail.pytho
Hi --
a) Assume I would have some different widgets to add per row. How
do I get the maximum row height?
If you are placing widgets in a table like this:
w.grid(row=a, column=b)
... where the *master* of widget "w" is a Tkinter.Frame named
"table_frm", then you can determine the height