What is the difference between states and viewstack in flex? : adobe flex action script
Answer Posted / Dharmendra Kumar Kannaujiya
In Flex, both States and ViewStack are used for navigation and UI management. However, ViewStack maintains multiple views stacked on top of each other, while only one view at a time is visible. In contrast, States allow you to change the appearance and behavior of a single component based on different states.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers