1. #1
    Sencha User
    Join Date
    Jan 2012
    Posts
    1
    Vote Rating
    0
    tchef is on a distinguished road

      0  

    Default Unanswered: Scroll event in list

    Unanswered: Scroll event in list


    Hi All,

    In Sencha Touch 2, how does one listen to the scroll event of a List? Googling shows examples for Sencha Touch 1 which do not seem to work in v2.

  2. #2
    Sencha - Community Support Team jay@moduscreate.com's Avatar
    Join Date
    Mar 2007
    Location
    Frederick MD, NYC, DC
    Posts
    16,167
    Vote Rating
    29
    Answers
    83
    jay@moduscreate.com is a jewel in the rough jay@moduscreate.com is a jewel in the rough jay@moduscreate.com is a jewel in the rough jay@moduscreate.com is a jewel in the rough

      0  

    Default


    try this:

    yourCmpInstance.getScrollable()._scroller.on('scroll', function() { console.log(arguments) });

    Jay Garcia @ModusJesus || Modus Create co-founder
    Ext JS in Action author
    Sencha Touch in Action author

    Get in touch for Ext JS & Sencha Touch Touch Training

    We are also working on Video-based Sencha Touch training: Check it out here.