Skip to content

Commit 587cdc6

Browse files
ntachevaikoevska
andauthored
Update knowledge-base/tilelayout-nested-instances.md
Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>
1 parent 24a15e2 commit 587cdc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/tilelayout-nested-instances.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To manage nested TileLyouts with resizing and reordering:
3939

4040
1. Bind the `Resizable` and `Reorderable` properties of both TileLayout instances to different variables, so you can toggle them during runtime.
4141
1. Choose your preferred UI to allow the end user to enable the resizing and reordering of the specific level of tiles. The example below uses ToggleButtons.
42-
1. Once the user enables the resizing and reordering for one level, programmatically disable the features for the other level.
42+
1. After the end user enables the resizing and reordering for one level, programmatically disable the features for the other level.
4343
1. (Optional) Use CSS to manage the overflow of the parent TileLayout. This will prevent the parent TileLayout from expanding if the user resizes the tiles in the child TileLayout.
4444

4545
>caption Enable resize and reorder for only level of nested TileLayouts

0 commit comments

Comments
 (0)