scroll the listview control to selected listviewitem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

is there any method or function Can scroll the listview control to a
selected or anyother listviewitem ?

Thanks
 
Pony Tsui said:
is there any method or function Can scroll the listview control to a
selected or anyother listviewitem ?

Check out the listview control's 'EnsureVisible' method and the
'EnsureVisible' method of the 'ListViewItem' class.
 
Back
Top