Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
295
keeping focus of selected item
posted

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?

Parents
  • 69832
    Verified Answer
    Offline posted

    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.

Reply Children
No Data