NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TreeView.ItemHeight

The height of every item in the tree view, in pixels.

[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);
[JScript]
public function get ItemHeight() : int;
public function set ItemHeight(int);

See Also

TreeView Class | TreeView Members | System.WinForms Namespace