First off i want to thank robin for the help on the sizer problem. Finally got it figured out. A big THANKS Onto next question. I have a list box, any way to show the last item inserted into the listbox. I mean my listbox can only show about 2 items
and i add new items to it during execution so i want the listbox to scroll automatically when i add something to it. I mean i've tried changing it to a textCtrl but that doesn't suit my needs and i've tried a list ctrl also not suiting my needs. Any help
would be appreciated. Thanks
Christopher Regan
Factory Applications Programmer
(845) 902-1313
"Move like a jellyfish. Rhythm is nothing. You go with the flow. You don't stop." ~ Jack Johnson
SetFirstItem sets the first item that should be visible in the list box. You shoul dbe able to do somethign with that.
···
christopher.j.regan@philips.com wrote:
First off i want to thank robin for the help on the sizer problem.
Finally got it figured out. A big THANKS Onto next question. I
have a list box, any way to show the last item inserted into the
listbox. I mean my listbox can only show about 2 items and i add new
items to it during execution so i want the listbox to scroll
automatically when i add something to it. I mean i've tried changing
it to a textCtrl but that doesn't suit my needs and i've tried a list
ctrl also not suiting my needs. Any help would be appreciated. Thanks
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!