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.
Background and motivation
The FolderBrowserDialog was extended to show the modern Vista folder browser dialog by default (when
AutoUpgradeEnabledis 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.