Hello,
Welcome to Microsoft Q&A.
It is an expected behavior that a FolderPicker
dialog shows folders, because a FolderPicker
instance represents a UI elemnet that lets user choose folders based on the FolderPicker class.
There is no such picker in UWP can let you select a folder or a file within single picker. If you want to pick a folder by using a FolderPicker
and display files in the dialog of the FolderPicker
at the same time, it is also not supported.
If you want to pick single file or multiple files, you can use FileOpenPicker class.
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.