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