apache-flexflex4.5flexbuilder

Web app in Flex 4


I have a small issue related to my web App developed in Flex 4.6.

I have an app which has 800 x 600 px and in some screens, not all the content is shown and no scroll appear in the browser.

How can I setup the app to be able to show the y-scroll in the browser?

Regards.


Solution

  • You need to add an Scroller to the components that you want to scroll and make sure you have set verticalScrollPolicy to "auto". http://help.adobe.com/en_US/flex/using/WSb04c7610c3432839-13869d09121418556f1-7ffc.html