Message 1 of 2
A ListView question: GetFirstVisible
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
GetFirstVisalbe method of a ListView control obtains a ListItem. It is in-fact the first item that can be seen at the top of the list box.
The FindItem method along with EnsureVisible works to automatically scroll the control so the item is visible. This is working well... but
Question: Does anyone know how I might use this to return the scroll to the same location it was at prior to the procedure.
The FindItem method along with EnsureVisible works to automatically scroll the control so the item is visible. This is working well... but
Question: Does anyone know how I might use this to return the scroll to the same location it was at prior to the procedure.