Skip to content

Commit 29fcf4a

Browse files
authored
Merge pull request #1474 from IgniteUI/ibarakov/tile-manager-snapping-section
docs(tile-manager): add snapping section in resizing
2 parents 0f9c113 + 733f485 commit 29fcf4a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: doc/en/components/layouts/tile-manager.md

+6
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,12 @@ You can see the difference between the three states in the example below:
226226

227227
`sample="/layouts/tile-manager/resize", height="522", alt="{Platform} Tile Manager Resize Example"`
228228

229+
### Snapping
230+
231+
Tiles resize in full grid units, meaning they can only grow or shrink by whole columns or rows. The ghost element snaps to the next column or row when expanding past the halfway point and to the previous one when shrinking past the halfway mark. This applies to all adorners (bottom, side and corner), ensuring tiles always stay aligned to the grid.
232+
233+
Grid gaps are also considered, keeping the layout consistent during resizing.
234+
229235
### Limitations
230236

231237
There are several constraints and limitations in the resizing process:

0 commit comments

Comments
 (0)