How to implement shared control area in XamTabControl (UltraWinTabControl calls it Shared controls page)?
Hi,
There is not the same concept in xaml as the shared control page that you’re familiar with the ultraWinTabControl.
You could set the content of each tab to an instance of an object. And then you can share the same data source for the specific controls on the different tabs.