You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this example, we created custom action buttons using the Ignite UI Icon Button component.
424
424
@@ -546,7 +546,7 @@ Similar to resizing, when you initiate the drag-and-drop process, a ghost elemen
546
546
```
547
547
<!-- end: Blazor -->
548
548
549
-
`sample="/layouts/tile-manager/dragndrop", height="522", alt="{Platform} Tile Manager Drag and drop Example"`
549
+
`sample="/layouts/tile-manager/dragndrop", height="550", alt="{Platform} Tile Manager Drag and drop Example"`
550
550
551
551
## Serialization
552
552
@@ -555,7 +555,7 @@ The Tile Manager provides methods that help manage the layout of tiles:
555
555
- The `SaveLayout` method allows you to save the current arrangement of tiles in the Tile Manager, it captures the current order, size and position of all tiles, so you can later restore it to this exact configuration.
556
556
- The `LoadLayout` method enables you to load a previously saved layout. When called, it restores the tiles to the exact state they were in when the layout was saved, including their order, size and position.
0 commit comments