ToolWindowContainer.TabStripPlacement XAML Value Not Honored

Docking/MDI for WPF Forum

Posted 3 years ago by Rick - Developer, Visual Software Systems LLC
Version: 20.1.1
Avatar

Setting ToolWindowContainer.TabStripPlacement="Top" (or any value other than the default "Bottom") via XAML is not honored.  When first setting the value, the XAML designer does rerender appropriately, but at the next rerender or when executing the project, is reverts to bottom.  Setting the value via code does work, though.

Comments (1)

Answer - Posted 3 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Rick,

That is correct, you should never set properties on containers themselves.  You should use the DockSite.ToolWindowsTabStripPlacement property instead since that will push down the value to all tool window containers in the DockSite.


Actipro Software Support

The latest build of this product (v24.1.1) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.