Click or drag to resize

ShellTreeViewRootedAt Property

Defines the root folder of this ShellTreeView

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

Property Value

Type: ShellFolder
Remarks

Use DependencyProperty RootedAtLocation instead, if you need binding support.

See Also