New to Telerik UI for .NET MAUIStart a free 30-day trial

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()
Returns:

ILayoutManager

An instance of RadUniformGridLayoutManager that manages the layout of child elements.