[Tutor] Tables in Tkinter

Pooja Bhalode poojabhalode11 at gmail.com
Fri Mar 3 16:15:56 EST 2017


Hi Alan,

Can you please guide me to an example related to this problem? I do not
know how to use the scrollable frame, set backgrounds etc.
Sorry, I am new to tables in Tkinter. I could not find any examples as well

Please let me know.
Thank you

Pooja

On Fri, Mar 3, 2017 at 2:35 PM, Alan Gauld via Tutor <tutor at python.org>
wrote:

> On 03/03/17 16:07, Pooja Bhalode wrote:
>
> > The table that I am trying to get is a table with scrollable rows. I just
> > want to display the data in the table in the Tkinter window. I do not
> wish
> > to make it interactive, since  just want to display the data.
>
> In that case you could just use a scrolled frame (from PMW, which you
> installed as part of the tkintertable install). Simply add labels
> using the grid manager into your frame. Set a different background
> colour for the top row to make them headings and choose appropriate
> borders and styles.
>
> It should be fairly easy to build up a simple display grid that way.
>
> --
> Alan G
> Author of the Learn to Program web site
> http://www.alan-g.me.uk/
> http://www.amazon.com/author/alan_gauld
> Follow my photo-blog on Flickr at:
> http://www.flickr.com/photos/alangauldphotos
>
>
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> https://mail.python.org/mailman/listinfo/tutor
>


More information about the Tutor mailing list