On Wed, 31 May 2006 13:06:57 +0200
Chris Niekel <[EMAIL PROTECTED]> wrote:

> On Wed, May 31, 2006 at 02:45:20AM -0700, Mohammad Tayseer wrote:
> >    Why don't you separate the table from the header? The header should be
> >    *outside* the ScrolledFrame, so it's not scrolled
> 
> Then the grids are different, and the columns are not aligned anymore. Or
> is there a way to force that?
> 
Hi Chris,

maybe you can calculate the needed width for the header and the associated 
column and then
configure both to have the same width. If you bind this method to <Configure> 
events for
both the header and the column you should be able to make sure that the width 
will
be updated every time the needed width of the column changes.

I hope this helps

Michael
_______________________________________________
Tkinter-discuss mailing list
[email protected]
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to