spiegelp / MaterialDesignExtensions

Material Design Extensions is based on Material Design in XAML Toolkit to provide additional controls and features for WPF apps
https://spiegelp.github.io/MaterialDesignExtensions/
MIT License
754 stars 122 forks source link

Access remote location using OpenDirectoryControl #116

Closed alex6dj closed 3 years ago

alex6dj commented 3 years ago

Is there any way to navigate a remote location folder using this control. Maybe passing the remote server name as the starting location and starting from this. Or show a list of network location like the select folder dialog from Windows OS.

The idea is to select an unknown remote folder in an uknown server.

spiegelp commented 3 years ago

@alex6dj The latest release features an option to set a directory via a text box. Set SwitchPathPart = true to enable to switch to a text box via a button on the top right corner.