[Tkinter-discuss] Scroll a table, but not the first two rows?

Stewart Midwinter stewart.midwinter at gmail.com
Wed May 31 15:50:56 CEST 2006


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 <chris at niekel.net> wrote:
> Hi,
>
> I'm trying to build a window that has a table with multiple columns. I'm


More information about the Tkinter-discuss mailing list