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
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
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.
Got it. Thanks for the quick response.
Please log in to a validated account to post comments.