I have my base <mx:Application...> tag set with a minWidth="1024".  When 
the browser is less this this width no scroll bars are available leaving 
the hidden content unaccessible.  Why is this and how can I allow access 
to the hidden content?

<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml";
   layout="absolute"
   creationComplete="getCalendar()"
   minWidth="1024"
   verticalScrollPolicy="off" horizontalScrollPolicy="on"
   xmlns:mcViews="Flex.Views.*">

Reply via email to