New to Telerik UI for WPF? Download free 30-day trial

Minimizing/Maximizing

The RadWindow can be minimized or maximized via the buttons in its top-right corner.

Figure 1: RadWindow Minimize and Maximize Buttons

RadWindow with Minimize and Maximize Buttons

After being minimized or maximized the respective button is replaced by a Restore button. By clicking on this button the user can bring the RadWindow in its Normal state.

Figure 2: RadWindow Restore Button

RadWindow Restore Button

Every time when the RadWindow gets minimized or maximized, it changes its state. More about the RadWindow states can be found here.

The RestoreMinimizedLocation property allows the RadWindow to store its size and position for the Normal and the Minimized states.

See Also

In this article