Skip to content

Latest commit

 

History

History

c1-HorizontalAndVerticalLayouts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Creating horizontal/vertical layouts

This example compliments a corresponding recipe from the book published by Packt:

.NET MAUI Cookbook: Build a full-featured app swiftly with MVVM, CRUD, AI, authentication, real-time updates, and more

The recipe in the book covers the following topics:

  • Creating simple layouts with HorizontalStackPanel, VerticalStaskPanel, Grid and FlexLayout.
  • The basics of measuring and arranging layouts in .NET MAUI.
  • Why you may encounter performance and layout issues when using CollectionView within VerticalStackLayout.

Note: This example may not include all the points mentioned above. For complete details, please refer to the corresponding recipe in the book.

Output

Linear layouts