[PropertyGrid] FolderNameEditor does not use the modern FolderBrowserDialog
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 1.1k
- Avg merge
- 20h 23m
- Merged PRs (30d)
- 103
Description
### Background and motivation
The FolderBrowserDialog was extended to show the modern Vista folder browser dialog by default (when `AutoUpgradeEnabled` is true). However, the FolderNameEditor used for folder paths in a PropertyGrid was not updated to support this and always uses the old folder browser dialog.
### API Proposal
No API additions are needed, but an equivalent AutoUpgradeEnabled property could be added to FolderNameEditor if needed.
### API Usage
N/A
### Alternative Designs
_No response_
### Risks
_No response_
### Will this feature affect UI controls?
Properties using the FolderNameEditor will show the modern FolderBrowserDialog by default when opening the editor instead of the old one.
Contributor guide
Assessment
This issue has not been assessed yet.