Link to home
Start Free TrialLog in
Avatar of rye004
rye004Flag for United States of America

asked on

How do I create a “Folder Select” dialog in WPF?

I am trying to figure out how to create a folder select dialog.  Other postings I have seen suggest using System.Windows.Forms.FolderBrowserDialog.  I am trying to get away from Windows Forms, so implementing this would not make sense.

Is there a Folder select option in WPF?  If not, is there a third-party user control that you could recommend?  I also realize that I can make this myself using a user control in WPF however, I have no desire to “reinvent the wheel” if it already exists.

Any suggestions would be greatly appreciated.
ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rye004

ASKER

Thank you for your response.  I get what you are saying, FolderBrowserDialog works, so why change it.  In my WPF application, I did remove all the default Windows Styles, so I am trying to develop a different “look” as opposed to the Windows default – hopefully, that makes sense.