1. #1
    Sencha User
    Join Date
    Feb 2012
    Posts
    18
    Vote Rating
    0
    dyyyy is on a distinguished road

      0  

    Default Answered: How to detect horizontal scroll in panel (to disable vertical scroll meanwhile)

    Answered: How to detect horizontal scroll in panel (to disable vertical scroll meanwhile)


    Hi, we have a webpage that contains five panels scrollable horizontally, all contained in a nestedList that's scrollable vertically.
    Everthing works fine but the scrolling is loose (because the page is scrollabe both ways, if the scrolling over a panel is a little inclined the whole page also scrolls )
    So what i want to do is to forbid vertical scrolling when horizontal scrolling is happening,
    How can i detect this ?

    notes :
    -I can't use a caroussel because the panel shows several items simultanously (not only one)
    -I tried to detect the scroll with jquery .scroll(), but it doesn't get triggered

    Thank you

  2. We have our own scroller implementation which has some scroll events you can use:

    http://docs.sencha.com/touch/2-0/#!/...croll.Scroller

  3. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,656
    Vote Rating
    435
    Answers
    3108
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    We have our own scroller implementation which has some scroll events you can use:

    http://docs.sencha.com/touch/2-0/#!/...croll.Scroller
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.

Tags for this Thread