This example compliments a corresponding recipe from the book published by Packt:
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 aVerticalStackLayout
is usually not a good idea. - How using a
CollectionView
inside aScrollView
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.