.NET MAUI DataForm Layouts

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:

Telerik Maui Ninja image

The Layouts is part of Telerik UI for .NET MAUI, the most comprehensive UI suite for .NET MAUI! To try it out, sign up for a free 30-day trial and kickstart your cross-platform app development today.

  • 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.

See Also

In this article