I have a list view in detailed mode, and i have 2 buttons one to move the selected item up and the other down. Problem is if my list view has so many items that its got scroll bars if i click on the bottom item then click more up, it does move it up but the listview scrolls back up to the top. and the selected item is now longer visible even though its selected
Is there anyway to prevent this and show the selected item always?
More than one item can be selected so selected items are not automatically brought into view. The ActiveItem, by contrast, is automatically brought into view. Also, UltraListViewItem exposes a BringIntoView method.
Whoop Whoop it now works :)
Big thanks