Hi, it would be nice to have a way to disable the Select button when OpenDirectoryDialogs current selected folder does not contain files matching specified file extensions (e.g. allow to open only folders which contain zip files).
It coud be done using an additional OpenDirectoryDialogArgument - a collection of strings, with the default value "*.*".
Hi, it would be nice to have a way to disable the
Select
button whenOpenDirectoryDialog
s current selected folder does not contain files matching specified file extensions (e.g. allow to open only folders which contain zip files). It coud be done using an additional OpenDirectoryDialogArgument - a collection of strings, with the default value"*.*"
.