background

UI for .NET MAUI

.NET MAUI WrapLayout

  • Telerik UI for .NET MAUI WrapLayout is a feature-rich component for arranging child elements.
  • Part of the Telerik UI for .NET MAUI library along with 60+ professionally-designed UI controls.
  • Includes support, documentation, demos, learning resources and more!
NET MAUI WrapLayout component
  • Arrange Child Elements in Rows and Columns with .NET MAUI WrapLayout

    Telerik UI for .NET MAUI WrapLayout provides a mechanism for arranging child elements in rows or columns depending on the Orientation property. When the available space is filled, the control wraps these elements on а new row or column.

    See the .NET MAUI WrapLayout documentation

  • Wrap Orientation

    The WrapLayout is a layout container that lets you position items in rows or columns based on the Orientation property. When the space is filled, the container automatically wraps items onto a new row or column.

    See the .NET MAUI WrapLayout documentation: Orientation

  • Item Size

    The WrapLayout exposes the ItemWidth and ItemHeight properties, which define the layout area for each child element. By default, the available size for the items is not restricted.

    See the .NET MAUI WrapLayout documentation: Item size

  • Last Child Item Positioning

    The WrapLayout exposes the StretchLastChild property, which enables you to control the position and layout of the last child item from the layout items collection. The last element will stretch along the remaining space from the last row or column, depending on the layout orientation.

    See the .NET MAUI WrapLayout documentation: Positioning Last Child Element

All UI for .NET MAUI Components

Next Steps