
Hi
I use `ActiproSoftware.Docking.Legacy.Wpf.dll` 18.1.672.0.
I want to increase the size of the document windows tabs.
Specifically, I'm considering displaying only two tabs in the parent container.
I achieve this by changing the `Width` property through Binding.
However, there's one problem: even though there is enough space to display it, when the tab title exceeds the original tab size, an ellipsis (…) is displayed.
I found out that in the latest product versions, this can be avoided by changing properties like `MaxTabExtent`,
but is there a way to solve this issue in the version I am using?