You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've discovered this while using SettingsCard and changing it's ContentAlignment property at runtime by editing XAML.
The SettingsCard uses the trigger like this:
Bringing this issue from here
I've discovered this while using
SettingsCard
and changing it'sContentAlignment
property at runtime by editing XAML.The
SettingsCard
uses the trigger like this:When I set that property before running the app, it works as it should.
But when I live edit it, it doesn't work and logs
FormatException
.I found it fails here:
Two more notes:
I'm running WindowsAppsSDK 1.3
The text was updated successfully, but these errors were encountered: