Reputation: 1211
According to the Navigation view documentation, the NavigationView UI control should have a PanePosition element, but the following code gives the following error:
<NavigationView PanePosition="Top"/>
Unknown member 'PanePosition' on element 'NavigationView'
I've tried using the latest preview release of the Microsoft.NETCore.UniversalWindowsPlatform
and Windows.UI.Xaml
NuGet packages with the same results.
Upvotes: 0
Views: 226
Reputation: 38
PanePosition="Top" appeared In the following Windows 10 SDK Preview Build Redstone 5
Upvotes: 2