Best approach to swapping content in a page
What is the correct approach for swapping the entire content of the page? Lets say you have a media center and when the user selects a movie you want the entire page to show a MediaPlayerElement which is the movie playing filled on the entire page. Isn’t there any guidelines for doing this in WinUi/WindowsAppSdk?
Best approach to swapping content in a page
What is the correct approach for swapping the entire content of the page? Lets say you have a media center and when the user selects a movie you want the entire page to show a MediaPlayerElement which is the movie playing filled on the entire page. Isn’t there any guidelines for doing this in WinUi/WindowsAppSdk?
`ItemsView`: How to disable each item’s hover effect?
I have implemented a ItemsView
according to the descriptions in the WinUI 3 Gallery app.