PDA

Click to See Complete Forum and Search --> : listview selected item ?


egiggey
Apr 5th, 2002, 08:25 PM
Hi in my app it loops through a listview and as it processes each item in the listview it selects it. this is great but how can I get it to scroll down or up as the selected item changes?

Magiaus
Apr 6th, 2002, 03:10 AM
can i see the code? for just the listview and it loop. i'm using notepad so i don't want a whole bunch of junk to look through. if you can give me your code with a listview on a form in one .vb file i'll play with it

should be fun

WideAwake
Apr 6th, 2002, 10:11 PM
Checkout the 'ListView1.Items(item).EnsureVisible()' property.