Hi All,
I am using the WinListView with some items. One item in the listview will be selected programmatically. I want the scroll bar to scroll automatically so as to bring that selected item into view if it is not visible within the view. How could i do it?
Thanks in Advance,
Manikandan
You could make it the ActiveItem, i.e., set the control's ActiveItem property to reference that item. You could also bring it into view without activating it using the UltraListViewItem.BringIntoView method.