In This Topic

ItemHeight Property (BookmarksTree)

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