What's the difference between States and a ViewStack? It seems I can accomplish about the same thing with both.
I have an accordion control with, let's say, 5 panes defined and I want it to act something like a wizard. The first pane requires some validated data being entered and only then will the user be able to see/use the second pane and so on...
Or would it be easier to just keep track of it with an indexed variable, etc...?
Thanks....
-
ct