I have an Alarm Status Table inside a root Flex Container. When I adjust the height of the browser the bottom of the table (pager) becomes hidden and the vertical scroll bar appears. If I refresh the browser the table fits back into the available size without the scroll bar. The rest of the status table dyanmically adjusts at least on width but the overall height does not. I know that if I change the direction to column, it height adjusts, but then the width does not. Is there any way I can set this to dynamicaly adjust the height and width? Thanks
Anything else in the view, or just the alarm status table? If it's the only thing, you should just need to set position.grow
and position.shrink
to 1.