I would like to conditionally display either a CardFlow3D view or a TableView in my control, based on the value of one of my ViewModel's properties. I don't need to support switching back and forth, but only need to make the distinction on load. I'd prefer to be able to do this entirely in xaml, since we are trying to keep our view's code behind clean, and do not want to put any display logic in our viewmodel.