https://github.com/tirsvadgui/cpp.winui3.mainwindow.pages.example
Winui3 MainWindow with pages control inside
https://github.com/tirsvadgui/cpp.winui3.mainwindow.pages.example
cpp20 visual-studio winui-controls winui3
Last synced: about 2 months ago
JSON representation
Winui3 MainWindow with pages control inside
- Host: GitHub
- URL: https://github.com/tirsvadgui/cpp.winui3.mainwindow.pages.example
- Owner: TirsvadGUI
- License: agpl-3.0
- Created: 2024-11-24T08:34:14.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-25T05:04:23.000Z (over 1 year ago)
- Last Synced: 2025-02-03T10:13:51.844Z (over 1 year ago)
- Topics: cpp20, visual-studio, winui-controls, winui3
- Language: C++
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
Cpp Winui-3 MainWindow and pages example
Example of Mainwindows where it changes contents based on my pages. Screenshots are maked with border color to show the different pages vs window.
Explore the docs »
Report Bug
·
Request Feature
## About The Project
This is a simple example of how to create a main window with pages.
The pages are created as user controls and the main window is a window that can change the content based on the page that is selected.
## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
* [Visual Studio 2022](https://visualstudio.microsoft.com/vs/)
## Get source code {.tabset .tabset-fade}
### PowerShell
```powershell
git clone git@github.com:TirsvadGUI/Cpp.Winui3.MainWindow.Pages.Example.git
```
[contributors-shield]: https://img.shields.io/github/contributors/TirsvadGUI/Cpp.Winui3.MainWindow.Pages.Example?style=for-the-badge
[contributors-url]: https://github.com/TirsvadGUI/Cpp.Winui3.MainWindow.Pages.Example/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/TirsvadGUI/Cpp.Winui3.MainWindow.Pages.Example?style=for-the-badge
[forks-url]: https://github.com/TirsvadGUI/Cpp.Winui3.MainWindow.Pages.Example/network/members
[stars-shield]: https://img.shields.io/github/stars/TirsvadGUI/Cpp.Winui3.MainWindow.Pages.Example?style=for-the-badge
[stars-url]: https://github.com/TirsvadGUI/Cpp.Winui3.MainWindow.Pages.Example/stargazers
[issues-shield]: https://img.shields.io/github/issues/TirsvadGUI/Cpp.Winui3.MainWindow.Pages.Example?style=for-the-badge
[issues-url]: https://github.com/TirsvadGUI/Cpp.Winui3.MainWindow.Pages.Example/issues
[license-shield]: https://img.shields.io/github/license/TirsvadGUI/Cpp.Winui3.MainWindow.Pages.Example?style=for-the-badge
[license-url]: https://github.com/TirsvadGUI/Cpp.Winui3.MainWindow.Pages.Example/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/jens-tirsvad-nielsen-13b795b9/