Skip to content

Latest commit

 

History

History

c1-CustomLayout

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Implementing a custom arranging algorithm

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 a custom panel that arranges its children in a circle.
  • In-depth exploration of measuring and arranging mechanisms.
  • Why calling Measure in a custom panel is necessary, even if the panel doesn't rely on the child item's size.

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

Output

Circle layouts