Click or drag to resize

ShellTreeViewItemHeight Property

Gets or sets the height of each tree node in the tree view control.

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

Return Value

Type: Int32
The height, in pixels, of each tree node in the tree view.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe assigned value is less than one. -or- The assigned value is greater than the MaxValue value.
Remarks
ItemHeight is controlled by other properties such as UseSystemFont. However, you can modify the value at runtime./>.
See Also