Search code examples
wpfselectorexplorerfile-browser

FileBrowser/FileSelector for WPF


Does anybody know if there is a WindowsExplorer-like filebrowser which I can include in my WPF-window? I don't want use OpenFileDialog.

I have searched a bit and only found simple directory-trees or lists. I want to have an interface like it is in OpenFileDialog.

I'd be grateful for any assistance,


Solution

  • It's WinForms, but I've sucessfully used it in WPF applications:

    http://gong-shell.sourceforge.net/

    (LGPL Licenced)