|
Net-Framework/WPF/Dialogs
WPF: Select Folder with Startup Directory
|
18.04.2017 4286
|
If you want to select a folder in a
dialog in WPF, you can use the FolderBrowserDialog from Winforms
To specify the first set folder when
opening the dialog box, you must set the SelectedPath to do this without
setting a RootFolder
Directory selection, direct
|