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
80
How to get vertical scroll position in a CardView?
posted

I'm using the Card View of an UltraGrid, which displays a vertical scrollbar if the contents of a single card don't fit vertically in the container, as described under "CardView Scrolling" in:

http://help.infragistics.com/Help/NetAdvantage/WinForms/2009.1/CLR2.0/HTML/WinGrid_Whats_New_2005_1.html

My question is, when the user scrolls this view, how can I get the vertical scroll position - i.e. what event should I subscribe to, and what property should I check?