RadDockLayoutManager
Class
Provides layout management functionality for dock-style layouts, implementing the ILayoutManager interface.
Definition
Namespace:Telerik.Maui
Assembly:Telerik.Maui.Core.dll
Syntax:
C#
public class RadDockLayoutManager : ILayoutManager
Inheritance: objectRadDockLayoutManager
Implements:
Constructors
Initializes a new instance of the RadDockLayoutManager class.
C#
public RadDockLayoutManager(IRadDockLayout dockLayout)
The dock layout to manage.
Properties
Gets the dock layout being managed.
C#
public IRadDockLayout DockLayout { get; }
Methods
Arranges the child elements within the specified bounds according to their dock positions.
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.