[Tutor] Creating Table using Tkinter

Jesse W jessw@loop.com
Wed, 27 Jun 2001 13:42:36 -0700


Daxesh Patwa wrote:
<snip>
> 
> I am developing a GUI, using Tkinter. I want to display differnet
> choices in a list box,which user can scroll in to and choose one of
> the displayed list.
> 
> But as I know I can display only one choice per row of the list and I
> cant have multiple elements on the same row.
Why don't you just make more than one listbox next to each other?
Then you would not need more than one column in each list box.
You could do this using the grid geometry manager.

<snip>
> Thanks and Regards
> Daxesh 

				Hope-this-is-helpful-l'y,
						Jesse W