I use RadWindow to pup up various dialog windows and forms for my users. I almost always specify the height and width of the popup in order to display the form properly. What is happening is, if the user pops the form up on a screen which doesn't have sufficient height available (due to too many browser toolbars, or small screen size overall), then the RadWindow header gets cut off altogether and the user is not able to drag the window down (because the header is not visible). Not being able to get access to the rad window header also means the close, min/max buttons are not visible, which could be useful to try and display the window properly in their available screen size. In the future, I will probably be able to implement some funcitonality which checks the user's available screen height and opens the window to a height value less than this. However, is there some built-in rad window funcitonality that can prevent the header from being hidden? I have attached a screen capture of an extreme example where the header gets cut off because of a lack of available screen height.