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?
Printable View
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?
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
Checkout the 'ListView1.Items(item).EnsureVisible()' property.