No scrollbars on application
i notice application not obtain scrollbars when content exceeds window size. setting in application container size are:
width="1024" height="100%"
is there problems these settings?
thanks.
hi learner_doug,
remove height="100%" on <mx:appliation /> tag , make sure horizontalscrollpolicy , verticalscrollpolicy not set off ....
<mx:application width="1024" horizontalscrollpolicy="auto" verticalscrollpolicy="auto" />
thanks,
bhasker
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment