-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix template display issues with vertical stack layout
- Fix display of image - Fix number cut off for >=10
- Loading branch information
1 parent
b246dda
commit 969e1b9
Showing
1 changed file
with
26 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
969e1b9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For both VS 2019 (16.11.0 Preview 3.0) and VS 2022 (17.0.0 Preview 2.1) I got this error when trying to use VerticalStackLayout:
Property 'Children' does now support values of type 'Label'.
Sticking with StackLayout and removing the Grid worked. (Also added Spacing = "20" as sown above.)
969e1b9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have also discovered that simply using the Grid without the ScrollView fixes the problem with only showing single digits.