1. #1
    Sencha User
    Join Date
    Mar 2009
    Posts
    16
    Vote Rating
    0
    gonzalez is on a distinguished road

      0  

    Default Grid scrolling reach bottom

    Grid scrolling reach bottom


    Hi,

    I would like to find out when the scroller in the vertical scrollbar reaches the bottom in a grid.
    There is an event OnScroll, but I can't find out that it is reached the bottom or not.

    Has someone an idea about this?

    Regards,
    Gonzalez

  2. #2
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,756
    Vote Rating
    113
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    You can calculate for it. Inside the scroll event listener you can get the scrollTop position of the scrolling element.