
Hello,
I am currently encountering an issue with the ShellTreeListBox component. I am trying to select multiple files or folders, but not both at the same time, so I have set the following properties for my control:
<shell:ShellTreeListBox MultiSelectionKind="SameType" SelectionMode="Extended" RootSpecialFolderKind="LocalDocuments" CanIncludeFiles="True"/>
However, even with these properties set, I am still able to select both files and folders at the same time. I was expecting the "SameType" property to differentiate between files and folders in the ShellTreeListBox. Is this a bug or is this the normal behavior?
I would appreciate any suggestions or solutions to this problem.
Thank you in advance for your help.
Benjamin.