I am trying to create an application that is targeted for a resolution of 
1024x768. For those will larger resolutions I would like the application to 
scale to the available area. For those with smaller resolutions I would like 
the browsers scroll bars to be visable to allow users to still be able to 
navigate the application (scrolling to naturally unviewable areas).

 
The applications should not get smaller than 1024x768 but should be allowed to 
get bigger. I've used constraints to allow the expansion of the area and that 
works fine, however when I resize the browser to an area of 500x500, the 
browsers scrollbars do not appear (I would expect them to), meaning that if you 
have a res of 500x500 then you would not be able to navigate the application. 
I've tried using minWidth and maxWidth on the Application but the scrollbars do 
not show up.

 
Is there something that I am missing or just not understanding?


Reply via email to