简体   繁体   English

RadWindow AlwaysOnTop

[英]RadWindow AlwaysOnTop

Does anyone have any experience with the RadWindow wpf control from Telerik? 是否有人对Telerik的RadWindow wpf控件有任何经验? My problem is that when I open a RadWindow and minimize my application then when I maximize the application the RadWindow is not visible. 我的问题是,当我打开RadWindow并最小化应用程序时,然后当我最大化应用程序时, RadWindow不可见。 I can use alt+tab to get the RadWindow in front again, but I would really like to avoid having to do this. 我可以使用alt + tab再次将RadWindow放在前面,但我真的很想避免这样做。 I'm doing the following to display the RadWindow : 我正在执行以下操作以显示RadWindow

this.theWindow.ShowDialog();

Where theWindow is an instance of a class that inherits from RadWindow . 其中theWindow是从继承的类的实例RadWindow

Any ideas? 有任何想法吗?

I found a solution to the problem at the Telerik forums . 我在Telerik论坛上找到了解决该问题的方法。 The solution was to set the Owner property of the RadWindow to my application's main window. 解决方案是将RadWindow的Owner属性设置为应用程序的主窗口。

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

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