Conversation
niels9001
left a comment
There was a problem hiding this comment.
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 <niels.laute@live.nl>
|
@niels9001, we will need a control image for this if it is going to be merged |
|
Does this close #1552? |
…dow.xaml` and `ModalWindow.xaml.cs`
Here you go! |
Added tooltips for `IsMaximizable` and `IsMinimizable` in `AppWindowPage.xaml` to clarify their functionality. Updated the `SetOwnership` method in `ModalWindow` to rename parameters for better clarity and consistency across `AppWindowSample4_cs.txt` and `ModalWindow.xaml.cs`. A comment was also added to explain how to retrieve the main window from `App.xaml.cs`. (This commit message was generated by Copilot)
|
Important These notes for whoever will review this code:
Based on this, I believe we can proceed with this approach, as the lack of formal documentation does not preclude its effective use. |
niels9001
left a comment
There was a problem hiding this comment.
Amazing work! Thanks so much for this contribution @Zakariathr22 !
You're very welcome! 🚀
And about the previous note, For more details, see the PR: MicrosoftDocs/sdk-api#1982. |
|
/azp run |




Description
This PR adds an
AppWindowsample to the Gallery. Main changes:ControlInfoData.json.AppWindowPage.The examples demonstrate
AppWindowand its presenters likeOverlappedPresenter,FullScreenPresenter, andCompactOverlayPresenter, along with their properties and functionalities.Motivation and Context
Closes #1771
Closes #1552
How Has This Been Tested?
Manually tested
Screenshots (if appropriate):
Types of changes