|
Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Hi Frank,
Glad that worked for you. To get the list view to scroll to that record, you need to put this line of code after you select the row:
Me.lvAttendings.EnsureVisible(intX)
Put that right before the Exit For, and the ListView will scroll to that record and make sure that it is visible.
|