I want to be able to keep all of the tabs visible instead of hiding in a scroll, in a menu, or shrinking.
Is there a setting or way to allow the overflowing tabs just to create a new row (wrap the line)?
<docking:DockSite>
<docking:Workspace>
<docking:TabbedMdiHost TabOverflowBehavior="{Binding TabOverflowBehavior}"/>
</docking:Workspace>
</docking:DockSite>
TabOverflowBehavior Enum (ActiproSoftware.Windows.Controls.Docking) - Actipro WPF Controls Docs
[Modified 1 year ago]