New to Kendo UI for Angular? Start a free 30-day trial
Dimensions and Resizing
Updated on Oct 31, 2025
The Window enables you to set its width and height, and change its dimensions by dragging the resize handles.
Dimensions
To define the dimensions of the Window, use its width and height bindings. The width and height bindings support two-way binding.
Change Theme
Theme
Loading ...
Resizing
By default, the Window enables you to resize it by dragging its edges (resize handles). To control this behavior, use the resizable binding.
You can also control the minimum allowed dimensions of the Window by using the minWidth and minHeight bindings.
Change Theme
Theme
Loading ...