New to Telerik UI for .NET MAUI? Start a free 30-day trial
.NET MAUI DataForm Layouts
Updated on Aug 11, 2026
The Telerik .NET MAUI DataForm supports different layouts which allows you to arrange the editors. You can use the predefined layouts or create a custom one.
DataForm provides the following layouts though the LayoutDefinition property:
-
VerticalStackLayout—Arranges the items of the RadDataForm in a vertical stack layout.
-
GridLayout—Arranges the items of the RadDataForm in a grid layout. The grid has a pre-defined number of columns with uniform lengths.
-
CustomLayout—Arranges the items of a Telerik.Maui.Controls.RadDataForm in a custom layout through a
LayoutTemplate.