Closed slaners closed 1 year ago
same problem.
You are probably using the 2.0.3 stable version
This version is not complete and you should use version 3.0.0 preview, which of course has many bugs
To download version 3.0.0 preview in nuget package manager, you must check the include prerelease option so that preview versions will be displayed to you.
Of course, you have to change some items, for example, you have to change ui:UiWindow
to ui:FluentWindow
and in app.xaml you have to change Theme="Dark"
to ApplicationTheme="Dark"
and depending on your project, there may be other things too. need to change
Describe the bug
Property 'IsBackButtonVisible' not found in type 'NavigationView'.
To Reproduce
Expected behavior
IsBackButtonVisible can work
Screenshots
OS version
windows 10
.NET version
.net6
WPF-UI NuGet version
2.0.3
Additional context
No response