RadWrapLayoutManager
Class
Provides layout management functionality for wrap-style layouts, implementing the ILayoutManager interface.
Definition
Namespace:Telerik.Maui
Assembly:Telerik.Maui.Core.dll
Syntax:
C#
public class RadWrapLayoutManager : ILayoutManager
Inheritance: objectRadWrapLayoutManager
Implements:
Constructors
Initializes a new instance of the RadWrapLayoutManager class.
C#
public RadWrapLayoutManager(IRadWrapLayout wrapLayout)
The wrap layout to manage.
Properties
Gets the wrap layout being managed.
C#
public IRadWrapLayout WrapLayout { get; }
Methods
Arranges the child elements within the specified bounds according to the wrap layout configuration.
C#
public Size ArrangeChildren(Rect bounds)
The bounds within which to arrange the children.
Returns:Size
A Size representing the actual size used by the layout.
Measures the layout and returns the desired size based on the available constraints.