Link to home
Start Free TrialLog in
Avatar of borgb002
borgb002

asked on

how to scroll to last item of a listview

Hi, if you have a listview being populated with data; what is the command to automatically scroll to the last item being added to that listview
e.g.
 
lvMyItem = House.items.add("House of character")
lvMyItem.add("¬4,000")
etc..

Open in new window

Avatar of borgb002
borgb002

ASKER

BTW I'm using VB .NET 2008
ASKER CERTIFIED SOLUTION
Avatar of Jorge Paulino
Jorge Paulino
Flag of Portugal image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial