Is it possible to swap out the entire View of a ListView in Xaml using datatemplates? Looking for a way to allow the user to change how they view the data in a ListView and I'm hoping to stay within Xaml. I have found how to change the template of a single column/cell.
A bit more detail of what I'm trying to accomplish: I'd like to have two different GridViews, each showing different columns (except the first one). And I'd like to allow the user to select which view to use via radio buttons.
Part of this is coming from my attempt to learn WPF so I may be asking for something that can't be done, or I may be making it more difficult than I need to make it.
Thanks, David