You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Version 2.4.3 (#1570)
<!--- Provide a general summary of your changes in the Title above -->
## Description
<!--- Describe your changes in detail -->
- Change version number from 2.4.2.1 - #1568 to 2.4.3
- Turns out you can't have a non-zero revision number on Store
Adding a MapControl page in the Media section (#1466)
## Description
Adds a MapControl page to the app
## Motivation and Context
MapControl was in introduced in WinAppSDK 1.5 and this page demonstrates
how to use the control.
## How Has This Been Tested?
Ad-hoc testing running app locally.
## Screenshots (if appropriate):
![image](https://github.com/microsoft/WinUI-Gallery/assets/7658216/6595954f-7639-4546-bcc8-24f31b0cfb47)
Co-authored-by: bkudiess <barbara.kudiess@microsoft.com>
Co-authored-by: Niels Laute <niels.laute@live.nl>
Co-authored-by: Karen Lai <biilai@microsoft.com>
Add minimum window sizes (#1404)
## Description
Adding a minimum size for the apps window and also the TabView tearout
sample for better user experience.
## Motivation and Context
Closes#1181
Co-authored-by: Niels Laute <niels.laute@live.nl>