Skip to content

Commit 6c08ca8

Browse files
ntachevaikoevska
andauthored
Update knowledge-base/tilelayout-nested-instances.md
Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>
1 parent 0fbfed0 commit 6c08ca8

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
@@ -37,7 +37,7 @@ Nesting TileLayouts is uncommon, but generally possible if the resizing and reor
3737

3838
To manage nested TileLyouts with resizing and reordering:
3939

40-
1. Bind the `Resizable` and `Reorderable` of both TileLayout instances to different variables, so you can toggle them during runtime.
40+
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 user enable the resizing and reordering of the specific level of tiles. The example below uses ToggleButtons.
4242
1. Once the 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.

0 commit comments

Comments
 (0)