Re: [flexcoders] Panel and Scrollbars (basic question)

2007-02-02 Thread Rachel Maxim
Hi Neil, Sorry, I couldn't actually run this because of the PredefinedEntitiesFromReport data being missing (nothing populated). I see what you are saying about the dynamic sizing, I don't think I can suggest a better way than what you have. If you were to make the layout of the base component

[flexcoders] Panel and Scrollbars (basic question)

2007-02-01 Thread nwebb
Hi, I'm sure this is excruciatingly simple but i couldn't find an answer (I must be searching with the wrong keywords). I have a Panel. Inside it is a Text component, and a Repeater underneath that (...repeating a CheckBox) . All works fine. I want to set the maxHeight of the Panel to 200px,

Re: [flexcoders] Panel and Scrollbars (basic question)

2007-02-01 Thread Rachel Maxim
This may or may not be the answer you are looking for... but is the content of your panel laid out using constraints or absolute values? If you do it with constraints, then your content should get resized when the scrollbar appears. Then again, this may be the inverse of what you are trying to

Re: [flexcoders] Panel and Scrollbars (basic question)

2007-02-01 Thread nwebb
Hi Rachel, the panel will be used to populate a modal pop-up window. It's currently not absolute or constrained. The content is dynamic and so I never know exactly what the width of the CheckBox labels or lbl text will be - therefore I don't want absolute values used for the width.