ListViewItem - TopItem

Heike

Regular
Joined
Jun 5, 2002
Messages
56
I know I can set the selected index by Me.lvBenutzer.Items(mintIndex).Selected = True. But maybe it is an index whose item is not visible because may listview has so many entries. How can I scroll down automatically? I thought, TopItem may help, but it's a readonly property.
 
Back
Top