RadWindow AlwaysOnTop
        Posted  
        
            by klausbyskov
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by klausbyskov
        
        
        
        Published on 2010-01-22T09:35:49Z
        Indexed on 
            2010/04/27
            4:03 UTC
        
        
        Read the original article
        Hit count: 717
        
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?
© Stack Overflow or respective owner