lepoco / wpfui

WPF UI provides the Fluent experience in your known and loved WPF framework. Intuitive design, themes, navigation and new immersive controls. All natively and effortlessly.
https://wpfui.lepo.co
MIT License
7.51k stars 727 forks source link

FilePicker and FolderPicker #748

Closed jaredlhamilton closed 1 year ago

jaredlhamilton commented 1 year ago

Is your feature request related to a problem? Please describe

I am working on an application that requires a FilePicker and a FolderPicker. It would be nice if it looked similar to the rest of the WPF UI application.

Describe the solution you'd like

Is there a plan to implement a FilePicker and a FolderPicker? The WPF UI Gallery has a FilePicker menu item, but it does not appear to be implemented.

WPF UI Gallery FilePicker

Describe alternatives you've considered

I have considered using a FilePicker and FolderPicker using the Ookii.Dialogs.Wpf library.

Additional context

No response

pomianowski commented 1 year ago

Updated in https://github.com/lepoco/wpfui/commit/b5fe3f30eae8129ab73e99883bc59d44cc984766

https://github.com/lepoco/wpfui/blob/b5fe3f30eae8129ab73e99883bc59d44cc984766/src/Wpf.Ui.Gallery/ViewModels/Pages/OpSystem/FilePickerViewModel.cs#L91

https://github.com/lepoco/wpfui/blob/b5fe3f30eae8129ab73e99883bc59d44cc984766/src/Wpf.Ui.Gallery/ViewModels/Pages/OpSystem/FilePickerViewModel.cs#L120