sharon_mccarty
September 3rd, 2004, 03:53 PM
Hi everyone,
I have a listbox and I have set the postback property for the listbox to be true.
I have many items in the listbox. When I use the vertical scrollbar to scroll down and select an item from the list (it causes the listbox to do an automatic postback to the server).
The problem is that the vertical scrollbar moves back up when I scroll all the way to the bottom of the list and select the bottom items. I guess it's just trying to "refresh" itself when it does a postback by having the scrollbar go back up.
Is there a way to make the scroll bar stay in the same position after you select on items in the listbox?
Thanks!
Sharon
I have a listbox and I have set the postback property for the listbox to be true.
I have many items in the listbox. When I use the vertical scrollbar to scroll down and select an item from the list (it causes the listbox to do an automatic postback to the server).
The problem is that the vertical scrollbar moves back up when I scroll all the way to the bottom of the list and select the bottom items. I guess it's just trying to "refresh" itself when it does a postback by having the scrollbar go back up.
Is there a way to make the scroll bar stay in the same position after you select on items in the listbox?
Thanks!
Sharon