简体   繁体   中英

How can I close, restore or minimize DXRibbonWindow when it is maximized?

I'm using the DevExpress libraries (version 12.1) in a WPF project. I need to create a DXRibbonWindow to obtain a RibbonBar alike to the Excel one, on the top with quick access tool bar.

So, the problem is that I can close, restore or minimize this window when it is maximized. These buttons work right when the window is not maximized.

The following code is my .xaml file:

<dxr:DXRibbonWindow IsAeroMode="True" WindowState="Maximized" ... />

I need to manipulate this window normally. How to solve this problem?

As far as I can see from DXSearch this issue have been already reported to DevExpress . Current issue status is Fixed in version 12.1.8 . So, you are welcome to update your version to that one.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM