-
Notifications
You must be signed in to change notification settings - Fork 653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add AppWindow
Sample
#1781
base: main
Are you sure you want to change the base?
Add AppWindow
Sample
#1781
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VERY excited to see this 😄!!!
I know this is still in progress but left a few comments
I'm also excited to finish it. I'll try my best. |
Co-authored-by: Niels Laute <[email protected]>
@niels9001, we will need a control image for this if it is going to be merged |
Description
This PR adds an
AppWindow
sample to the Gallery. Main changes:ControlInfoData.json
.AppWindowPage
.The examples demonstrate
AppWindow
and its presenters likeOverlappedPresenter
,FullScreenPresenter
, andCompactOverlayPresenter
, along with their properties and functionalities.Motivation and Context
Closes #1771
How Has This Been Tested?
Manually tested
Screenshots (if appropriate):
Types of changes