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

Fredrik Lundh fredrik at pythonware.com
Fri Jun 2 14:34:27 CEST 2006


Chris Niekel wrote:

> I mostly have colors in the columns. So now (but I'm novice at tk and
> tkinter) I use a Label with no text, padx=20,bg='red'. (or other colors).

so it's a plain display table ?  maybe something like this

    http://effbot.org/zone/wck.htm

could help; e.g. the listview widget in

    http://effbot.org/zone/wck-4.htm

could be tweaked to do exactly what you want (make sure you skim the earlier
articles too, before you start hacking).

</F>





More information about the Tkinter-discuss mailing list