Ok I admit, what I need is not a tabpanel, (or is it?). But what I effectively want is a panel with a number of children I can select one of which to be visible at any given time.
Basically I have a couple views and based on the state of the app, the current view needs to change.
This is essentially like Regions from Composite Application Layer, but not plugin-based.
I've tried
- Making one visible and another not based on some value
- DataTriggers
Have had poor luck getting reliable results from either, and they are hardly discoverable.
Anyone know a good way of approaching this?