just curious, why not use the MCListbox widget instead of hand-rolling your own widget using ScrolledFrame?
as a bonus, the MCListbox has settable widths for the columns. You could create two of them inside a frame, use the top one for your headers,and the bottom one for data. You should be able to find the widget here: http://pmwcontribd.sourceforge.net/ cheers Stewart On 5/31/06, Chris Niekel <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to build a window that has a table with multiple columns. I'm _______________________________________________ Tkinter-discuss mailing list [email protected] http://mail.python.org/mailman/listinfo/tkinter-discuss
