8000 docs(Window): Improve Dragging documentation (#3011) · telerik/blazor-docs@e2a9bfa · GitHub
[go: up one dir, main page]

Skip to content

Commit e2a9bfa

Browse files
docs(Window): Improve Dragging documentation (#3011)
Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com>
1 parent 88867f0 commit e2a9bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/window/draggable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ position: 5
1212

1313
You can move the Window for Blazor by dragging its titlebar with the mouse or with a touch and hold gesture, then dragging on a touch screen.
1414

15-
**Moving** the Window is **enabled by default** and you can stop it by setting the `Draggable` parameter of the Window component to `false`.
15+
**Moving** the Window is **enabled by default** and you can stop it by setting the `Draggable` parameter of the Window component to `false`. You can also [restrict the Window dragging to a specific container](slug:components/window/position#containmentselector).
1616

1717
>important If you set the `Left` and `Top` parameters, you must use two-way binding for them (or update their values in the corresponding [events](slug:window-events)), otherwise the old information in the view-model will reset the position of the window.
1818

0 commit comments

Comments
 (0)
0