ToolWindowContainerTitleBar Styling

Docking/MDI for WPF Forum

Posted 11 years ago by Hamid Noorbakhsh
Version: 14.1.0601
Avatar

I am using the MetroLight Theme and for my ToolWindowContainerTitleBar I want to remove the dotted background that is simliar to Visual Studio ones and just have them plain. Any way I can acheive this? I just upgraded and my theme is giving me unwanted result now.

Comments (2)

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

Hi Hamid,

I believe you can put this in your App.Resources to prevent it from showing:

<system:Boolean x:Key="{x:Static themes:AssetResourceKeys.DockingWindowContainerTitleBarHasGripperBooleanKey}">False</system:Boolean>


Actipro Software Support

Posted 11 years ago by Hamid Noorbakhsh
Avatar

Sorry I got pulled for another project but finally tested this today and well it works. Thanks!

The latest build of this product (v25.1.0) was released 29 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.