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
It's not that simple. Navigation is a complicated system, with classes and files. Best thing to do is create things (like files) from scratch and only copy/paste the essentials, but this means changes will become large quickly...
I played around this a bit back when I was implementing the existing system. I couldn't figure out how to use NavigationView from the docs and samples, looked into couple of other WinUI based OSS software, all of them had their own implementations upon listview, etc.
Anyway I will take a look, once again. If it doesn't work out, Have to just polish the existing ListView impl.
Yeah, yesterday I started to try the long and large path, creating new blank pages et cetera. At least the first page loads, so that's a small win for now. I'll let you know how things progress...
Willing to work on this :)
Idea: merge page About with page (general) Settings, for convenience.
References:
https://learn.microsoft.com/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.navigationview?view=windows-app-sdk-1.6
https://learn.microsoft.com/windows/apps/design/controls/navigationview
The text was updated successfully, but these errors were encountered: