Skip to content

Commit 36816f7

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

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
@@ -40,7 +40,7 @@ To manage nested TileLyouts with resizing and reordering:
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.
4242
1. After the end user enables the resizing and reordering for one level, programmatically disable the features for the other level.
43-
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.
43+
1. (optional) Use CSS to manage the overflow of the parent TileLayout. This prevents 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
4646

0 commit comments

Comments
 (0)