I have a WPF application with multiple TabItems within a TabControl. In one of the TabItems, I want to have a Hyperlink that when clicked, changes the view from the current TabItem, to one of the other TabItems.
I've looked into the NavigateURI property of Hyperlink but I haven't found a way to set that to be a separate tab in the same window. Any thoughts on how to do this?