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

Arranges the items of a RadDataForm in a vertical stack layout. For more information see the component.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class DataFormVerticalStackLayout : DataFormLayout

Inheritance: objectDataFormLayoutDataFormVerticalStackLayout

Constructors

C#
public DataFormVerticalStackLayout()

Fields

SpacingProperty

BindableProperty

Identifies the Spacing property.

C#
public static readonly BindableProperty SpacingProperty

Properties

Specifies the spacing in pixels between the items in the stack.

C#
public double Spacing { get; set; }