spiegelp / MaterialDesignExtensions

Material Design Extensions is based on Material Design in XAML Toolkit to provide additional controls and features for WPF apps
https://spiegelp.github.io/MaterialDesignExtensions/
MIT License
762 stars 122 forks source link

OpenFileDialog - Select mutiple files #46

Closed D4N4M8 closed 5 years ago

D4N4M8 commented 5 years ago

Hi,

is it possible to select multiple files in the FileDialog?

If not, can this request be included as feature request for a future release?

Many thanks

spiegelp commented 5 years ago

@JackDaniel91 The file system controls and dialogs only support the selection of one file or directory. I might consider your request for a new featured control.

spiegelp commented 5 years ago

@JackDaniel91 Please check out the latest release and try the OpenMultipleFilesControl and OpenMultipleFilesDialog controls.

D4N4M8 commented 5 years ago

Cool, I'll try it tomorrow! Thanks!!