How to move scrollbar by code?

2011-12-09 Thread Muddy Coder
Hi Folks, I am trying to make a listbox that will contain a looong data list, sorted, so I will be able to pre-select a data line by coding. I have done it. Say my listbox contains 1000 data lines, and my program has figured out the data line 321 is needed, so just put the cursor on data line

Re: How to move scrollbar by code?

2011-12-09 Thread Chris Angelico
On Sat, Dec 10, 2011 at 4:05 PM, Muddy Coder cosmo_gene...@yahoo.com wrote: I am trying to make a listbox that will contain a looong data list, sorted, so I will be able to pre-select a data line by coding. I have done it. Which GUI toolkit are you using? What you want is not the Python