Browse By Tags

  • Programatically Scroll Listview

    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…

  • Scroll bar position

    How do I get and set the position of the vertical scroll bar on a UltraListView?