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);
TreeView Class | TreeView Members | System.WinForms Namespace