Can you please explain the difference between DocumentHeaderDataTemplate
and DocumentTitleTemplate
in avalonDock.
They are properties of DockingManger, but I want to be sure how to use them.
<xcad:DockingManager DocumentsSource="{Binding OpenViewers}"
x:Name="MainTabControl"
LayoutItemTemplate="{StaticResource imageSelectionTemplate}"
ActiveContent="{Binding ActiveTabItem, Mode=TwoWay}"
DocumentHeaderTemplate="{StaticResource DocumentHeaderDataTemplate}"
DocumentTitleTemplate="{StaticResource DocumentTitleDataTemplate}"
IsHitTestVisible="True"
VerticalContentAlignment="Stretch"
VerticalAlignment="Stretch">