When I set visible="false", the component still takes up space and appears in the tab order. Why is that? : adobe flex action script
Answer Posted / Dharmendra Verma
Setting the visibility of a component to false only hides the visual representation of the component, but it does not affect its position in the layout or the tab order. If you want the component to be both invisible and not take up space, set both visible=false and x=NaN, y=NaN for the component.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers