Interface IRadWrapLayout
A layout that position each child either horizontally or vertically and wraps them when there is no more space in the current orientation.
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public interface IRadWrapLayout : ILayout, IView, IElement, ITransform, IContainer, IList<IView>, ICollection<IView>, IEnumerable<IView>, IEnumerable, ISafeAreaView, IPadding
Properties
ItemHeight
Specifies the height with which each view will be measured and layout.
Declaration
double ItemHeight { get; }
Property Value
System.Double
|
ItemWidth
Specifies the width with which each view will be measured and layout.
Declaration
double ItemWidth { get; }
Property Value
System.Double
|
Orientation
Specifies the orientation of the RadWrapLayout.
Declaration
Orientation Orientation { get; }
Property Value
Orientation
|
StretchLastChild
Specifies whether last visible child will be given the whole remaining space during layout.
Declaration
bool StretchLastChild { get; }
Property Value
System.Boolean
|