Re: [flexcoders] Percentage Sizing Issues

2007-04-23 Thread Michael Schmalle
Hi, try; panel.minHeight = 0; You are telling the layoutManager to disregard the measured sizes for the actual panel and use unscaledWidth and height that has been set from it's parent. Peace, Mike On 4/23/07, Matt <[EMAIL PROTECTED]> wrote: I'm trying to lay out a relatively complex site

[flexcoders] Percentage Sizing Issues

2007-04-23 Thread Matt
I'm trying to lay out a relatively complex site using Flex and it doesn't seem to like to respect my percent sizings. For example, I have a Box (VBox) which contains a TabNavigator set to 100% width and 35% height. Then I have a Panel set to 100% width and 65% height. This works fine with content i