Using Snoop I only found an unbound property named CanTabsPromote on class TabbedMdiContainerTabControl, but while setting it to false via Snoop the promote button disappears, but nothing happens when I include this style:
<Style TargetType="apDocking:TabbedMdiContainerTabControl">
<Setter Property="CanTabsPromote" Value="False" />
</Style>
Since there is no reference in WPF-16.1.0631-Studio-Styles\Docking.xaml I assume it is being set by code?
If there is an alternative way for placing one tab right aligned this also would be fine.
[Modified 8 years ago]