Skip to content

Latest commit

 

History

History

c1-ScrollableLayout

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Creating scrollable 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:

  • Building simple horizontal and vertical layouts with two buttons and a ScrollView.
  • Why adding a ScrollView inside a VerticalStackLayout is usually not a good idea.
  • How using a CollectionView inside a ScrollView can lead to performance and layout issues.

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