Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows Explorer control for WPF?

Is there a way to have a Windows Explorer on WPF? The closes I can get is the Web Browser, but it's not really what I need.

Please assist.

Thanks

like image 465
PlayKid Avatar asked Sep 18 '09 13:09

PlayKid


2 Answers

Check these out -

http://www.codeproject.com/KB/WPF/WPF_Explorer_Tree.aspx

and

http://gargmanoj.wordpress.com/2009/03/27/wpf-101-a-simple-windows-explorer-like-directory-browser/

like image 177
Dheeraj Kumar Avatar answered Sep 24 '22 03:09

Dheeraj Kumar


JAM Software recently released a WPF edition of their ShellBrowser controls. They contain a wrapped Windows Explorer as well as custom built tree and list controls. Also included is a preview control similar to the one in the Windows Explorer on the right. Full disclosure: I am one of the developers of ShellBrowser.

like image 25
Joachim Marder Avatar answered Sep 23 '22 03:09

Joachim Marder