Hide RibbonWindow title bar

Docking/MDI for WPF Forum

Posted 7 years ago by Roger Rong
Version: 14.1.0602
Avatar

Hi All,

We are using the Actipro RibbonWindow as the main window and need to hide its title bar. We have set the WindowStyle="None" but the title bar still appears. Any idea how to archhieve that?

Thanks,

Roger

Comments (2)

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

Hi Roger,

RibbonWindow and any other normal Window that uses our WindowChrome, won't render non-client areas like normal windows since we apply a custom chrome to them.  RibbonWindow does have an IsTitleBarVisible property you can set to false, but that will only work well if the window is maximized and any child Ribbon is collapsed (hidden).  This is described in the "Ribbon / Controls / RibbonWindow" documentation topic a bit.


Actipro Software Support

Posted 7 years ago by Roger Rong
Avatar

Got it. Thanks for the quick response.

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.