RadUniformGrid
Class
Represents a uniform grid layout that arranges child elements in a grid where all cells have the same size.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class RadUniformGrid : Layout
Inheritance: objectRadUniformGrid
Constructors
Initializes a new instance of the RadUniformGrid class.
C#
public RadUniformGrid()
Methods
CreateLayoutManager()
ILayoutManager
Creates the layout manager for this uniform grid.
C#
protected override ILayoutManager CreateLayoutManager()
ILayoutManager
An instance of RadUniformGridLayoutManager that manages the layout of child elements.