In This Topic

ItemHeight Property (BookmarksTree.TreeViewExWPF)

In This Topic
Defines the height, in pixel, of each item in the control. Default value is 20.
Syntax
'Declaration
 
Public Property ItemHeight As Double
public double ItemHeight {get; set;}
public read-write property ItemHeight: Double; 
public function get,set ItemHeight : double
public: __property double get_ItemHeight();
public: __property void set_ItemHeight( 
   double value
);
public:
property double ItemHeight {
   double get();
   void set (    double value);
}
See Also