ClassDataFormFlexLayout
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 type. For more information see the component.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class DataFormFlexLayout : DataFormLayout
Inheritance: objectDataFormLayoutDataFormFlexLayout
Constructors
DataFormFlexLayout()
Declaration
public DataFormFlexLayout()
Fields
AlignContentProperty
Identifies the AlignContent property.
Declaration
public static readonly BindableProperty AlignContentProperty
Field Value
BindableProperty
AlignItemsProperty
Identifies the AlignItems property.
Declaration
public static readonly BindableProperty AlignItemsProperty
Field Value
BindableProperty
DirectionProperty
Identifies the Direction property.
Declaration
public static readonly BindableProperty DirectionProperty
Field Value
BindableProperty
JustifyContentProperty
Identifies the JustifyContent property.
Declaration
public static readonly BindableProperty JustifyContentProperty
Field Value
BindableProperty
PositionProperty
Identifies the Position property.
Declaration
public static readonly BindableProperty PositionProperty
Field Value
BindableProperty
WrapProperty
Identifies the Wrap property.
Declaration
public static readonly BindableProperty WrapProperty
Field Value
BindableProperty
Properties
AlignContent
Gets or sets a value that controls how multiple rows or columns of items are aligned. For more information see the FlexAlignContent type.
Declaration
public FlexAlignContent AlignContent { get; set; }
Property Value
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 FlexAlignItems type.
Declaration
public FlexAlignItems AlignItems { get; set; }
Property Value
FlexAlignItems
Direction
Gets or sets the flex direction of the items within the flex layout. For more information see the FlexDirection type.
Declaration
public FlexDirection Direction { get; set; }
Property Value
FlexDirection
JustifyContent
Gets or sets a value that controls how the items are justified when there is extra space. For more information see the FlexJustify type.
Declaration
public FlexJustify JustifyContent { get; set; }
Property Value
FlexJustify
Position
Gets or sets a value that controls whether the coordinates of the items are absolute or relative. For more information see the FlexPosition type.
Declaration
public FlexPosition Position { get; set; }
Property Value
FlexPosition
Wrap
Gets or sets a value that controls how the items within the flex layout wrap. For more information see the FlexWrap type.
Declaration
public FlexWrap Wrap { get; set; }
Property Value
FlexWrap