ListBox / Scrolling style

ALX

Well-known member
Joined
Nov 16, 2005
Messages
253
Location
Columbia, SC
Programming Experience
10+
I've noticed that when scrolling through a listbox (with many items) by using the page up or page down keys, the initial response is for the listbox to scroll to the selection in an animated fashion. After that initial page up or page down event, any subsequent page up or page down keypresses will not produce that animated scrolling effect and the list box changes instantly. Is there a way to make the listboxes in my program 'always' use that animated effect ?
 
Back
Top