Click or drag to resize

ShellTreeViewDrawMode Property

The value of the DrawMode property must always be TreeViewDrawMode.OwnerDrawAll. This is why the Property is reimplemented here. A different setting is ignored, and a debug message is shown.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public TreeViewDrawMode DrawMode { get; set; }

Property Value

Type: TreeViewDrawMode
See Also