Enhanced Listbox

H J van Rooyen mail at microcorp.co.za
Fri Aug 4 06:27:30 EDT 2006


 "drodrig" <drodrig at magicbrain.com>


| My apologies if this question has been asked an answered.
|
| I am looking for a tkinter grid control or enhanced listbox that can
| act as a "receipt" for a cash register program. I would like the widget
| to contain a visible grid of columns and rows. I've tried binding
| multiple listboxes to a scrollbar. This works OK, but I am missing the
| vertical lines dividing each row and I can't seem to figure out how to
| set the height (or vertical margin) of each row in the listbox(es). If
| I could do these things my current implementation might be OK. Or, I
| could just use a pre-packaged solution, if I coud find one.
|
| Any help is appreciated.
|
 - you could try making your columns different background colours if this is
acceptable...

- Hendrik





More information about the Python-list mailing list