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
1325
Determine if grid is scrolled to the end
posted

How can I determine if grid is scrolled to the end (thumb is at the bottom of a scroll bar)?

Parents
  • 469350
    Offline posted

    Out of curiosity... why would you need to know when the scroll bar is at the bottom?

    If the grid's ScrollBounds is set to the default, then when the scroll bar is at the bottom, there will be only one row visible in the ActiveRowScrollRegion and it will be the last (visible) row of data. So that should be fairly easy to detect.

    If ScrollBounds is set to ScrollToFill, then I don't see any easy way to do this.

Reply Children