An application to showcase the implementation of common UI elements in C++ and WinUI 3. Inspired by the WinUI Gallery, our project will focus on more limited examples, including those missing from the original or requiring C++.
Add InfoBar containing a button that when pressed, the InfoBar closes
Add WebViewer
Gallery Page
Add FlipView (the scrolling menu used for photos)
Add Show/Hide details button that switches the page theme:
a) Show details - Page switches to light theme then displays logos and text. Button switches from "Show details"
to "Hide details"
b) Hide details - Page switches to dark theme then hides logos and text. Button switches from "Hide details" to
"Show details"