Skip to content

Latest commit

 

History

History

c1-GridLayouts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Creating grid 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

This recipe in the book covers the following topics:

  • Building a grid layout for a simple editing form with aligned labels.
  • Creating a grid layout for a list item, where the label spans two rows.
  • Understanding the difference between Auto and * row sizes.
  • Common challenges you might face in real-world apps with fixed-size and Auto rows.

Output

Grid layouts