Hi!
For my tool windows I have set the TabText="", Title with some title and I have set up the
<ribbon:ToolWindow.AutoHideTabContextContentTemplate>
<DataTemplate>
<TextBlock Text="Test Title 1"/>
</DataTemplate>
</ribbon:ToolWindow.AutoHideTabContextContentTemplate>
<ribbon:ToolWindow.ToolWindowContainerTabContextContentTemplate>
<DataTemplate>
<TextBlock Text="Test Title 2"/>
</DataTemplate>
</ribbon:ToolWindow.ToolWindowContainerTabContextContentTemplate>
Now when I make the list of tool windows floating I do not see the ToolWindowContainerTabContextContentTemplate for them. It looks like an empty control.
Kind regards,
Daniel