ShellTreeViewItemHeight Property |
Gets or sets the height of each tree node in the tree view control.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public int ItemHeight { get; set; }
Public Property ItemHeight As Integer
Get
Set
public:
property int ItemHeight {
int get ();
void set (int value);
}
member ItemHeight : int with get, set
Return Value
Type:
Int32The height, in pixels, of each tree node in the tree view.
Exceptions Remarks
ItemHeight is controlled by other properties such as
UseSystemFont. However, you can modify the value at runtime, e.g. in
Load.
See Also