It would be nice to have some additional public properties and commands for ExplorerControl. For example:
Thanks for your consideration!
Thanks for the reply, Martin.
For the search command, I was thinking of having a command like Telerik.Windows.Controls.RadGridViewCommands.Search. Only it would be at Telerik.Windows.Controls.FileDialogs.FileDialogsCommands.Search. So you can execute searches in code.
The attached screenshot shows what it'd look like if there was a RootDirectory property set to my Documents folder. The Documents folder would be the highest-level folder in the navigation tree. Only that folder and its children would be shown. In the breadcrumbs, the Documents folder is the farthest back you can go.
The idea behind this is to keep the user limited to a certain folder. I know they can just open Windows Explorer and go anywhere that their account allows. This is just for user experience, not security.
Thanks!