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
762 stars 122 forks source link

Disable level up folders navigation for the start folder set to the OpenDirectoryControl control #63

Open melcug opened 4 years ago

melcug commented 4 years ago

Is it possible to stick to the folder set in the OpenDirectoryControl control (start folder), meaning I can't navigate backward (disabling level up folders up to the start folder and also disabling three-dot button from the top right of the control)?

spiegelp commented 4 years ago

@melcug There is no such feature in the current code. Could you please explain me your use case for this specific behavior? I would like to know the context for a new feature before I start implementing it.