Skip to content

Files

Latest commit

Feb 28, 2025
86e642c · Feb 28, 2025

History

History
31 lines (21 loc) · 1.56 KB
·

overview.md

File metadata and controls

31 lines (21 loc) · 1.56 KB
·
title page_title description position previous_url slug
Overview
.NET MAUI DockLayout Documentation - Overview
Try now the Telerik UI for .NET MAUI DockLayout providing mechanisms for child elements to be docked to various areas of the layout.
0
/controls/docklayout/docklayout-overview
docklayout-overview

.NET MAUI DockLayout Overview

The Telerik UI for .NET MAUI DockLayout is a layout control that provides a mechanism for child elements to be docked to the left, right, top, or bottom edge, or to occupy the central area of the layout.

.NET MAUI DockLayout Overview

Key Features of the .NET MAUI DockLayout

  • [Docking functionality]({% slug docklayout-docking %})—You can set the position of each child element inside the layout as well as render multiple child elements to one side.
  • [Adaptable docking]({% slug docklayout-docking %}#setting-the-position-of-the-last-child-element)—The DockLayout enables you to overwrite the default behavior of the last docked element, which stretches over the remaining space that is unoccupied by the other child elements.

Next steps

  • [Getting Started with Telerik UI for .NET MAUI DockLayout]({% slug docklayout-getting-started %})

See also