Click or drag to resize

ShellTreeViewRootedAtLocation Property

You can use this property to set the specific folder, which should be used as root for the ShellTreeView. This is a dependency property.

Namespace:  Jam.Shell.WPF.Controls.Winforms
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public ItemIdList RootedAtLocation { get; set; }

Property Value

Type: ItemIdList
The ItemIdList to be used in a single rooted ShellTree.
Remarks
Setting this property will automatically set MultipleRoots to SingleRoot.
See Also