|
|
|
|
ItemMinHeight Property, DimensionsClass Class |
Defines the minimum height of each item.
Syntax DimensionsClass Class (Softelvdm.SftTreeNET)
VB |
Public Property ItemMinHeight As Integer |
C# |
public int ItemMinHeight { get; set; } |
C++ |
public: property int ItemMinHeight { |
Property Value
The minimum height of each item. If 0 is specified, no minimum height is defined.
The default value is 0.
Comments
The ItemMinHeight property defines the minimum height of each item.
If items are smaller than the defined minimum height, they are extended and use the defined minimum height.
The ItemClass.MinHeight property can be used to define the minimum height of one individual item.