My requirement is to enable the scroller for an app if the height of the
device is less than 1100. Here is the code for that..
*if( FlexGlobals.topLevelApplication.height < 1100)
settingsScroller.enabled=true;
else
settingsScroller.enabled=false;*
But disabling the scroller disable all the items that were wrapped with it.
Is there any solution for this.
Thank you in advance.
--
View this message in context:
http://apache-flex-users.2333346.n4.nabble.com/Disabling-scroller-making-the-wrapped-items-not-to-work-tp6483.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.