Class DataFormFlexLayout
Arranges the items of a RadDataForm in a flex layout. The behavior of the individual items can be controlled further with some of the attached properties of the Microsoft.Maui.Controls.FlexLayout type. For more information see the Microsoft.Maui.Controls.FlexLayout component.
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataFormFlexLayout : DataFormLayout
Constructors
DataFormFlexLayout()
Declaration
public DataFormFlexLayout()
Fields
AlignContentProperty
Identifies the AlignContent property.
Declaration
public static readonly BindableProperty AlignContentProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
AlignItemsProperty
Identifies the AlignItems property.
Declaration
public static readonly BindableProperty AlignItemsProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
DirectionProperty
Identifies the Direction property.
Declaration
public static readonly BindableProperty DirectionProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
JustifyContentProperty
Identifies the JustifyContent property.
Declaration
public static readonly BindableProperty JustifyContentProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
PositionProperty
Identifies the Position property.
Declaration
public static readonly BindableProperty PositionProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
WrapProperty
Identifies the Wrap property.
Declaration
public static readonly BindableProperty WrapProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
AlignContent
Gets or sets a value that controls how multiple rows or columns of items are aligned. For more information see the Microsoft.Maui.Layouts.FlexAlignContent type.
Declaration
public FlexAlignContent AlignContent { get; set; }
Property Value
Microsoft.Maui.Layouts.FlexAlignContent
|
AlignItems
Gets or sets a value that controls how the items are laid out within their row or column. For more information see the Microsoft.Maui.Layouts.FlexAlignItems type.
Declaration
public FlexAlignItems AlignItems { get; set; }
Property Value
Microsoft.Maui.Layouts.FlexAlignItems
|
Direction
Gets or sets the flex direction of the items within the flex layout. For more information see the Microsoft.Maui.Layouts.FlexDirection type.
Declaration
public FlexDirection Direction { get; set; }
Property Value
Microsoft.Maui.Layouts.FlexDirection
|
JustifyContent
Gets or sets a value that controls how the items are justified when there is extra space. For more information see the Microsoft.Maui.Layouts.FlexJustify type.
Declaration
public FlexJustify JustifyContent { get; set; }
Property Value
Microsoft.Maui.Layouts.FlexJustify
|
Position
Gets or sets a value that controls whether the coordinates of the items are absolute or relative. For more information see the Microsoft.Maui.Layouts.FlexPosition type.
Declaration
public FlexPosition Position { get; set; }
Property Value
Microsoft.Maui.Layouts.FlexPosition
|
Wrap
Gets or sets a value that controls how the items within the flex layout wrap. For more information see the Microsoft.Maui.Layouts.FlexWrap type.
Declaration
public FlexWrap Wrap { get; set; }
Property Value
Microsoft.Maui.Layouts.FlexWrap
|