New to Telerik UI for .NET MAUIStart a free 30-day trial

A layout that position its children based on their Dock value relative to each other.

Definition

Namespace:Telerik.Maui

Assembly:Telerik.Maui.Core.dll

Syntax:

C#
public interface IRadDockLayout : ILayout, IView, IElement, ITransform, IContainer, IList<IView>, ICollection<IView>, IEnumerable<IView>, IEnumerable, ISafeAreaView, IPadding, ICrossPlatformLayout

Derived Classes: RadDockLayout

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

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

C#
bool StretchLastChild { get; }

Methods

Gets dock value.

C#
Dock GetDock(IView view)
Parameters:viewIView

The view whose dock value is read.

Returns:

Dock

The current dock value.