Heike Posted February 14, 2005 Posted February 14, 2005 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. Quote
Wile Posted February 14, 2005 Posted February 14, 2005 You can use the EnsureVisible() method of the ListViewItem you want to have visible. Quote Nothing is as illusive as 'the last bug'.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.