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. |
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
.NET MAUI Community Toolkit