vertical lists

I want to have multiple vertical lists such as in the attached picture. Please suggest where to begin. Thanks.

picture1.png

Hi,
wx.ListCtrl(...) seems to be the appropriate widget for this kind of display.
http://www.wxpython.org/docs/api/wx.ListCtrl-class.html

Make sure tocheck the wxpython demo app, to get an overview of the
available options
http://wxpython.org/download.php
- there are several styles, mixin classes with some added
functionality, virtual list control for large datasets etc.

hth,
   vbr

···

2013/8/6 Ibraheem Khan <ibraheem.khan99@gmail.com>:

I want to have multiple vertical lists such as in the attached picture.
Please suggest where to begin. Thanks.

--

It requires insertion of text as if to index each item in table for display. Please correct me if it is the case as I have table to display inside a frame and it would be an exercise to index each entry. Please share any example online if it is dealing/handling same issue. Thanks.

···

On Tuesday, August 6, 2013 1:31:32 AM UTC-4, Ibraheem Khan wrote:

I want to have multiple vertical lists such as in the attached picture. Please suggest where to begin. Thanks.