Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need help with a ListView issue.

Status
Not open for further replies.

elmorro

Programmer
Joined
Jun 23, 2005
Messages
133
Location
US
Hi all,
I use a ListView in VB6 to display all of our Sales Orders. The list can be quite long. I would like for users to select an item in the listview and be able to select a column header for sorting. Once the sort is complete I would like the listview to move to the record they had selected.
Is this possible?

Thanks in advance,
elmorro :-)
 
.ListItems(.SelectedItem.index).EnsureVisible

may help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top