VenkyDhana
VenkyDhana

Reputation: 905

How to enable Select Folder by default in UWP

The Select Folder button is disabled and user cannot choose the same folder although it is perfectly valid. I have to go back a level and re-enter the folder if I want to pick that same folder.

enter image description here

Upvotes: 0

Views: 198

Answers (1)

dear_vv
dear_vv

Reputation: 2358

Derive from official document, for giving the user a sense of consistency, the folder picker remembers the last location that the user navigated to and will generally start at that location.

In addition, FolderPicker does not automatically select a folder when it starts. If no folder is selected, the Select Folder button is disabled. This behavior is by design. Currently uwp doesn’t support to change it. If you do want this feature, please feel free to submit your feature requirement with Windows Feedback Hub app.

Upvotes: 1

Related Questions