TabControl region
<UserControl x:Class="SampleView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:rg="http://schemas.radicalframework.com/windows/presentation/regions"
rg:RegionHeaderedElement.Header="This will be used as header">
</UserControl>Last updated