RadLayoutManager
Class
Represents a layout manager for RadLayout that provides layout measurement and arrangement functionality.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class RadLayoutManager : ILayoutManager
Inheritance: objectRadLayoutManager
Implements:
Constructors
Initializes a new instance of the RadLayoutManager class.
C#
public RadLayoutManager(RadLayout layout)
The RadLayout instance that this manager will handle.
Methods
Arranges the child elements within the specified bounds.
C#
public virtual Size ArrangeChildren(Rect bounds)
The bounds rectangle for arranging child elements.
Returns:Size
The actual size used for the arrangement.
Measures the layout within the specified constraints.