I'm new to Flex and looking at some components that ship with Flex.
Can anyone tell me the difference between ViewStack and Tab Navigator? They seem to be somewhat similar.
When do you use one or the other?
Both are navigator containers.
The difference is the Tab Navigator Display tab (see
for one) Stack has no UI which means that you have changed the selected child to the ActionCapt code.
In addition, you can use a tab Navigator, a Toggle button or other UI sailors as the controller by setting the Property of the Navigator Dataprider to your view.
Comments
Post a Comment