dayanruben
dayanruben

Reputation: 1061

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?

Upvotes: 2

Views: 416

Answers (1)

DmitryG
DmitryG

Reputation: 17848

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.

Upvotes: 2

Related Questions