New to Telerik UI for WPFStart a free 30-day trial

Prevent Dragging Off the Screen

Updated on Sep 24, 2025

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.

C#
	RadWindow radWindow = new RadWindow();
	radWindow.IsRestricted = true;

See Also

In this article
See Also
Not finding the help you need?
Contact Support