betsig250
May 24 2006, 10:06 AM
Is there a way to have the list box scroll bars be aligned to the amount of data in the list? Right now I click on the slider and move it to the bottom, but it does not take me to the last record. I have to continuously do this to get to the last record or hit page down. Is there a way that when I move the slider to the end I am at the last record?
CyberCow
Aug 9 2006, 03:15 PM
When a listbox is populated with many records, that is the behaviour one gets with the scroll slider. There are so many records that it tends to 'bottle-neck' the throughput of the mechanism the reads them and refreshes the screen.
Try limiting the numer of records listed in the listbox.
hope this helps