Positioning and Dragging
The Window enables you to set its position and move it by dragging.
Positioning
To specify the position of the Window, use its top
and left
bindings. The top
and left
bindings support two-way binding. If these bindings are not provided, the Window will be initially positioned in the center of the viewport.
Dragging
By default, the Window enables you to move it by dragging. To control this behavior, use the draggable
binding.