syncfusion-maui-docklayout
Installation
SKILL.md
Implementing .NET MAUI DockLayout
Guide users to implement Syncfusion .NET MAUI DockLayout (SfDockLayout), a versatile layout control that enables developers to arrange and dock child elements to specific edges (top, bottom, left, right) or center, providing a robust framework for designing complex user interfaces in mobile and desktop applications.
When to Use This Skill
Use this skill when users need to:
- Create docking layouts with elements positioned at specific edges
- Build dashboard interfaces with multiple regions (header, footer, sidebar, content)
- Implement adaptive layouts that respond to screen sizes and orientations
- Position UI elements at top, bottom, left, right, or center of a container
- Configure spacing between docked elements (horizontal and vertical)
- Control last child expansion to fill remaining space
- Support Right-to-Left (RTL) layouts for internationalization
- Work with .NET MAUI applications using Syncfusion components