Replace all StackLayouts that contain a CollectionView or ListView with a Grid for better performance
Replace all StackLayouts with the strongly oriented versions: HorizontalStackLayout or VerticalStackLayout
I've excluded 1 or 2 places and they still now use a regular StackLayout because in the code-behind the orientation was changed at runtime depending on the device orientation which is a valid use-case.
Changes fix two things:
I've excluded 1 or 2 places and they still now use a regular StackLayout because in the code-behind the orientation was changed at runtime depending on the device orientation which is a valid use-case.
Fixes #467