Commit 9a2edf2
Adopt new storage pickers from WinAppSDK 1.8 (#2044)
## Description
**Main changes:**
* Upgrade WinAppSDK package in **WinUIGallery** project to **1.8**
* Rename **File Picker** page to **Storage pickers** page for accuracy
(covers file & folder pickers)
* Rename corresponding sample image
* Add new examples with available picker options:
* pick single file,
* pick multiple files,
* save file,
* and pick folder
* Include a note explaining `SuggestedStartLocation` and `ViewMode`
behavior
* Update **RichEditBox** (3rd example) to use the new **Storage
Pickers** APIs
* Remove obsolete sample code files
## Motivation and Context
- Closes #2043
## How Has This Been Tested?
Manually tested
## Screenshots (if appropriate):
<img width="1426" height="746" alt="image"
src="https://github.com/user-attachments/assets/64a314cc-3b16-41c8-8047-00e5a386b46b"
/>
<img width="1432" height="751" alt="image"
src="https://github.com/user-attachments/assets/8a8011fc-9c00-4c7a-9453-f5ab17f93f0e"
/>
<img width="1434" height="753" alt="image"
src="https://github.com/user-attachments/assets/8114d077-c23d-40bc-9337-23ba3495a134"
/>
## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all
the boxes that apply: -->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
---------
Co-authored-by: Niels Laute <[email protected]>
Co-authored-by: Marcel Wagner <[email protected]>1 parent 96dc185 commit 9a2edf2
File tree
20 files changed
+722
-899
lines changed- WinUIGallery
- Assets/ControlImages
- Samples
- ControlPages
- Data
- SampleCode
- System
- Text/RichEditBox
20 files changed
+722
-899
lines changedFile renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
235 | 234 | | |
236 | 235 | | |
237 | 236 | | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | 237 | | |
249 | 238 | | |
250 | 239 | | |
| |||
This file was deleted.
0 commit comments