-
How can i call SlideNavigationTransitionEffect by the navigate Method as parameter in C++, I can't figure it out. I added it in the xaml but the sliding effect seems broken, it goes over the navigation bar, is that a bug? (example video and code on the github site; it's an unpackaged app) yki5000/WinUI3_Unpackaged_CPP#3 Can't get this together (header added):
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Ok,
Looks better, still there the bug but not that extreme, sigh. |
Beta Was this translation helpful? Give feedback.
-
The frame has to be added inside the NavigationView, not outside. |
Beta Was this translation helpful? Give feedback.
Ok,
Got it from here:
https://github.com/MicrosoftDocs/windows-dev-docs/blob/docs/hub/apps/design/basics/navigate-between-two-pages.md
Looks better, still there the bug but not that extreme, sigh.