Layouts
.NET MAUI Community Toolkit Layouts
The .NET MAUI Community Toolkit extends the list of .NET MAUI layouts. Here are the layouts provided by the toolkit:
View | Description |
---|---|
DockLayout |
The DockLayout is a layout where views can be docked to the sides (top, left, right, bottom) of the layout container. |
StateContainer |
The StateContainer bindable properties enable any Layout derived element to become state-aware. |
UniformItemsLayout |
The UniformItemsLayout is a layout where all rows and columns have the same size. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET MAUI Community Toolkit