SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines the minimum height of all items.
Get
VB.NET | MinPix = object.MinHeightPix As Integer |
VB | MinPix = object.MinHeightPix As Long |
C#.NET | int MinPix = object.MinHeightPix; |
VC++ | long MinPix = object->MinHeightPix; long MinPix = object->GetMinHeightPix(); |
C | HRESULT object->get_MinHeightPix(long* MinPix); |
Put
VB.NET | object.MinHeightPix = MinPix As Integer |
VB | object.MinHeightPix = MinPix As Long |
C#.NET | int object.MinHeightPix = MinPix; |
VC++ | long object->MinHeightPix = MinPix; void object->PutMinHeightPix(long MinPix); |
C | HRESULT object->put_MinHeightPix(long MinPix); |
object
MinPix
Defines the minimum height of all items in pixels. If 0 is specified, no minimum height is defined.
The MinHeightPix property defines the minimum height of all items.
If items are smaller than the defined minimum height, they are extended and use the defined minimum height.
This property has no effect when variable height items are used (see Items.Style). The Item.MinHeightPix and Item.MaxHeightPix properties can be used for variable height items to define the minimum and maximum height for each individual item.
The Items.Lines property can be used to define the number of text lines used for item height calculation.
The Items.MaxHeightPix property defines the maximum height of all items.
See Also SftBoxItems Object | Object Hierarchy