Coder6841
Coder6841

Reputation: 1211

UWP NavigationView control doesn't support the documented PanePosition element

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

Answers (1)

Aleman
Aleman

Reputation: 38

PanePosition="Top" appeared In the following Windows 10 SDK Preview Build Redstone 5

Upvotes: 2

Related Questions