Windows Forms control of file and folder explorer [closed]

1

Is there any control of Windows Forms style browser of Windows files and folders but that allows to select several files and folders at the same time?

Something like this:

I found a third-party control on the web called Enhanced BrowseForFolder styled TreeView, but from what I see, you do not have the ability to select files, only directories only.

I work with C # and Visual Studio 2017 and 2013.

    
asked by Willy616 30.06.2017 в 18:32
source

1 answer

3

If you can use a licensed component this complies with what you need

ShellBrowser Components .NET Edition

FileView Control 2012

If you need some free use maybe you should develop your own user control, joining a treeview with the ListView

You could also see to integrate a component created in WPF

File Explorer for WPF

being a component you can use it in winform

    
answered by 30.06.2017 в 19:49