简体   繁体   English

DXRibbonWindow 最大化时如何关闭、恢复或最小化它?

[英]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.我在 WPF 项目中使用 DevExpress 库(版本 12.1)。 I need to create a DXRibbonWindow to obtain a RibbonBar alike to the Excel one, on the top with quick access tool bar.我需要创建一个 DXRibbonWindow 以获得一个类似于 Excel 的 RibbonBar,在顶部带有快速访问工具栏。

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:以下代码是我的 .xaml 文件:

<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 .据我从DXSearch看到的这个问题已经报告给 DevExpress Current issue status is Fixed in version 12.1.8 .当前问题状态在 12.1.8 版中为已修复 So, you are welcome to update your version to that one.因此,欢迎您将版本更新为该版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 当mdiChild最大化时,如何在UltraToolbar中隐藏mdiChild图标? - How can I hide the mdiChild icon in an UltraToolbar when the mdiChild is maximized? 将其最小化后无法恢复贴合 - Cannot restore appication when I minimize it 如何删除 MDI 菜单条中的最大化、最小化和关闭图标 - How can i Remove Maximize,Minimize and Close icon in MDI Menustrip 当窗口最大化时,如何使控件自行调整大小? - How can I make a control resize itself when the window is maximized? 如何创建带有关闭,最大化和最小化按钮的PictureBox? - How can I create a PictureBox with close, maximize, and minimize buttons? 处于最大化状态时如何禁用Windows窗体的还原框? - How to Disable restore box of windows form when it is in maximized condition? AvalonDock 2.0浮动窗口失去MainWindow上的最大化状态最小化/还原 - AvalonDock 2.0 Floating Window looses maximized state on MainWindow minimize / restore 当我关闭最大化的MDI子窗体时,什么也没有发生 - Nothing happens when I close maximized MDI child form .NET MAUI 禁用最小化恢复关闭按钮 - .NET MAUI disable Minimize Restore Close button 在WPF中最大化窗口时,如何拉伸窗口中的所有内容? - How can I stretch everything in my window when window is maximized in wpf?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM