ljonny18
11-21-2006, 02:57 PM
"Scroll bar remaining within all components when not needed"
Within my flex 2 applications I am “changing” between components using the “visible” property….
Most of my components are contained within Vboxes…. My problem is – if I go from a component that is “long” containing a lot of information etc therefore needing a vertical scroll bar… and then I “change” back to a small component needing NO scrollbar – the scrollbar stays visible and usable on within this component view (from the previously viewed component) even though it is not needed
I assume it is because the previous component (needing the scrollbar) is actually still open, although its visible property is set to “false” etc etc…..
Is there a way I can get around this – and remove the scrollbar when it is not needed???
Thanks,
Jon.
Within my flex 2 applications I am “changing” between components using the “visible” property….
Most of my components are contained within Vboxes…. My problem is – if I go from a component that is “long” containing a lot of information etc therefore needing a vertical scroll bar… and then I “change” back to a small component needing NO scrollbar – the scrollbar stays visible and usable on within this component view (from the previously viewed component) even though it is not needed
I assume it is because the previous component (needing the scrollbar) is actually still open, although its visible property is set to “false” etc etc…..
Is there a way I can get around this – and remove the scrollbar when it is not needed???
Thanks,
Jon.