New to Kendo UI for Vue? Start a free 30-day trial
Controlled Window
By default, the Kendo UI for Vue Native Window is in an uncontrolled state and can be resized or moved depending on its internal logic.
The Window provides options for:
- Controlling its state by handling the
moveandresizeevents. - Controlling its dimensions by using the
widthandheightproperties. - Controlling its position by using the
leftandtopproperties.
The following example demonstrates how to control the Window functionality.
Change Theme
Theme
Loading ...