MihaiUdrea / CppWinUIGallery

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++.
0 stars 0 forks source link

Photo Gallery Page #4

Closed SabinaComandasu closed 3 months ago

SabinaComandasu commented 4 months ago
SabinaComandasu commented 4 months ago

Additional modifications:

  1. Home Page
    • Add InfoBar containing a button that when pressed, the InfoBar closes
    • Add WebViewer
  2. 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"