You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by Frank Dahmen <fr...@dahmenia.de> on 2014/07/22 11:00:17 UTC

spark list height/disbale scrolling

Hi,
in a mobile view i have a scroller with a list and some other components,
now i would like to disable the scrolling of the list
so when i drag over the list the parent scroller should scroll, not the list
is this possible?

Thanks

Re: spark list height/disbale scrolling

Posted by Frank Dahmen <fr...@dahmenia.de>.
that was easy:)

thanks


Am 22.07.2014 11:35, schrieb Maurice Amsellem:
> Try verticalScrollPolicy = "off"
>
> -----Message d'origine-----
> De : Frank Dahmen [mailto:frank@dahmenia.de]
> Envoyé : mardi 22 juillet 2014 11:00
> À : users@flex.apache.org
> Objet : spark list height/disbale scrolling
>
> Hi,
> in a mobile view i have a scroller with a list and some other components, now i would like to disable the scrolling of the list so when i drag over the list the parent scroller should scroll, not the list is this possible?
>
> Thanks
>


RE: spark list height/disbale scrolling

Posted by Maurice Amsellem <ma...@systar.com>.
Try verticalScrollPolicy = "off"

-----Message d'origine-----
De : Frank Dahmen [mailto:frank@dahmenia.de] 
Envoyé : mardi 22 juillet 2014 11:00
À : users@flex.apache.org
Objet : spark list height/disbale scrolling

Hi,
in a mobile view i have a scroller with a list and some other components, now i would like to disable the scrolling of the list so when i drag over the list the parent scroller should scroll, not the list is this possible?

Thanks