Cannot assign to Region.Attached in the new UWP application #2547
Labels
kind/bug
Something isn't working
triage/untriaged
Indicates an issue requires triaging or verification.
Current behavior
Setting
uen:Region.Attached="true"
on Grid (or NavigationView) throwsWindows.UI.Xaml.Markup.XamlParseException
:Failed to assign to property 'Uno.Extensions.Navigation.UI.Region.Attached'.
Expected behavior
Should not throw any exception
How to reproduce it (as minimally and precisely as possible)
xmlns:uen="using:Uno.Extensions.Navigation.UI"
uen:Region.Attached="true"
to the grid in MainPage.xaml:<Grid uen:Region.Attached="true">
Environment
Nuget Package (s):
Package Version(s):
Affected platform(s):
Visual Studio:
Relevant plugins:
Anything else we need to know?
UnoUWPtest2.zip
The text was updated successfully, but these errors were encountered: