On ModernWindow I have something like this for tabs:
<mui:Link DisplayName="Steps" Source="/Views/StepsControl.xaml" />
How could I have something like this:
<mui:Link DisplayName="Steps" >
<Grid>
<Button Content="Test"></Button>
</Grid>
</mui:Link>
Something like ControlTab, having content inside of each tab
The source Links: https://code.msdn.microsoft.com/Modern-UI-Samples-for-WPF-cfca7ddf