Hi,

I have a listbox with a set number of rows and columns. When I click on the last visible row the rows scroll up to display a non- viable row and I lose the first row (vertical scroll bar is turned off). Is there any way to stop this from happening?

Thanks


Yes, because your code is causing this to happen. A listbox with entries but no code in any event handler doesn't behave in the manner described. Check what code you have in the Change, CellClicked, CellBackGroundPaint, CellTextPaint, MouseDown events, any event that fires on a mouseclick. Are you setting ScrollPosition somewhere, for example, or ListIndex? Comment code until you find the culprit.

Best,

Jack
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to