Grid
Grid - A UI component for arranging child components in a grid layout.
This component provides:
Flexible grid layout with configurable columns and rows
Responsive grid that adapts to content and container size
Support for different grid item sizes and spacing
Alignment and justification options
Dynamic addition and removal of grid items
Support for different grid item aspect ratios
Properties
Functions
Add a child component to this layout.
Add a grid item to the grid.
Apply a style to this component.
Calculate the optimal grid layout based on content.
Clear all child components.
Get the current grid layout information.
Get a grid item at specific row and column.
Get all grid items.
Get grid items in a specific column.
Get grid items in a specific row.
Remove a child component from this layout.
Remove a grid item from the grid.
Update the grid layout configuration.