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.

Definition

Namespace:Telerik.Maui

Assembly:Telerik.Maui.Core.dll

Syntax:

cs-api-definition
public interface IRadWrapLayout : ILayout, IView, IElement, ITransform, IContainer, IList<IView>, ICollection<IView>, IEnumerable<IView>, IEnumerable, ISafeAreaView, IPadding, ICrossPlatformLayout

Inherited Members IList<IView>.IndexOf(IView)IList<IView>.Insert(int, IView)IList<IView>.RemoveAt(int)IList<IView>.this[int]ICollection<IView>.Add(IView)ICollection<IView>.Clear()ICollection<IView>.Contains(IView)ICollection<IView>.CopyTo(IView[], int)ICollection<IView>.Remove(IView)ICollection<IView>.CountICollection<IView>.IsReadOnlyIEnumerable<IView>.GetEnumerator()

Properties

ItemHeight

Specifies the height with which each view will be measured and layout.

Declaration

cs-api-definition
double ItemHeight { get; }

Property Value

double

ItemWidth

Specifies the width with which each view will be measured and layout.

Declaration

cs-api-definition
double ItemWidth { get; }

Property Value

double

Orientation

Specifies the orientation of the RadWrapLayout.

Declaration

cs-api-definition
Orientation Orientation { get; }

Property Value

Orientation

StretchLastChild

Specifies whether last visible child will be given the whole remaining space during layout.

Declaration

cs-api-definition
bool StretchLastChild { get; }

Property Value

bool