简体   繁体   中英

RadWindow AlwaysOnTop

Does anyone have any experience with the RadWindow wpf control from Telerik? My problem is that when I open a RadWindow and minimize my application then when I maximize the application the RadWindow is not visible. I can use alt+tab to get the RadWindow in front again, but I would really like to avoid having to do this. I'm doing the following to display the RadWindow :

this.theWindow.ShowDialog();

Where theWindow is an instance of a class that inherits from RadWindow .

Any ideas?

I found a solution to the problem at the Telerik forums . The solution was to set the Owner property of the RadWindow to my application's main window.

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