Wimark.Controls Class Library  

TreeView.ItemHeight Property

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

[Visual Basic]
Public Property ItemHeight As Integer 
[C#]
public int ItemHeight {get; set;}
[C++]
public: __property int get_ItemHeight();
public: __property void set_ItemHeight(int);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

TreeView Class | TreeView Members | Wimark.Controls Namespace