Hi,
we updated the WPF Controls to the Version 2016.1 and have found that some properties are no longer present. We have also no equivalent found.
For example that code don't work:
<!-- docking:ToolWindow -->
<Style x:Key="ToolItemStyle" TargetType="docking:ToolWindow" BasedOn="{StaticResource DockingItemStyle}">
<Setter Property="HasOptions" Value="False" />
<Setter Property="TabBackground" Value="White"/>
<Setter Property="TabForeground" Value="Black"/>
</Style>
The properties HasOption, TabBackground und TabForeground of the class TollWindow exist no more. What is the equivalent to that properties? Is the property HasOptionsButton tha same as HasOption?
Regards.