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.*"> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:4104 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
