Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
110
Programatically Scroll Listview
posted

I need to scroll a Winforms UltraWinListView programatically because it is being written for a touch screen app and the default scrollbar in the listview is too small for large fingers.  I think I can do this using the UltraListViewItem.BringIntoView, however, how can I determine how many items are currently in view in the listview so i can bringintoview the next element in the list?