Hi, and thanks for your time.
At its core, what I want to do is have the ShellListView work the same way the default RootSpecialFolderKind="Computer" works, where files are displayed in the ShellListView and just file structure is displayed in ShellTreeListBox but they still are linked.
I have tried several ways of doing this. Right now I have two seperate Custom Shells defined. The ShellTreeListBox gets the one that only shows folders. The ShellListView gets the one that has both files and folders. I am trying to bind the ShellListView to the ShellTreeListBox via its "Currently Selected Path", but I am having trouble finding out what that variable is and how to bind to it properly. Ive also tried selected item with limited success.
I was thinking since the computer file explorer does this by default, there might just be an option to set it up somewhere? Is there some better way to do this? I feel like its probably a common requirement. If not, what is the variable I would bind too in ShellTreeListBox to get its currently selected path.
Appreciate any help
[Modified 4 years ago]