Prevent Dragging Off the Screen
With its default settings, the RadWindow can be dragged off the screen by the user. To prevent the user from dragging the RadWindow off the screen you have to set the IsRestricted property of the RadWindow to True.
New to Telerik UI for WPF? Download free 30-day trial
With its default settings, the RadWindow can be dragged off the screen by the user. To prevent the user from dragging the RadWindow off the screen you have to set the IsRestricted property of the RadWindow to True.
RadWindow radWindow = new RadWindow();
radWindow.IsRestricted = true;
Dim radWindow As New RadWindow()
radWindow.IsRestricted = True
Copyright © 2025 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.
Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.