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 maximum height of all items.
Get
VB.NET | MaxPix = object.MaxHeightPix As Integer |
VB | MaxPix = object.MaxHeightPix As Long |
C#.NET | int MaxPix = object.MaxHeightPix; |
VC++ | long MaxPix = object->MaxHeightPix; long MaxPix = object->GetMaxHeightPix(); |
C | HRESULT object->get_MaxHeightPix(long* MaxPix); |
Put
VB.NET | object.MaxHeightPix = MaxPix As Integer |
VB | object.MaxHeightPix = MaxPix As Long |
C#.NET | int object.MaxHeightPix = MaxPix; |
VC++ | long object->MaxHeightPix = MaxPix; void object->PutMaxHeightPix(long MaxPix); |
C | HRESULT object->put_MaxHeightPix(long MaxPix); |
object
A SftTreeItems object.
MaxPix
Defines the maximum height of all items in pixels. If 0 is specified, items use the height required, so items are not clipped vertically.
The MaxHeightPix property defines the maximum height of all items.
If items are larger than the defined maximum height, they are truncated and clipped.
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.MinHeightPix property defines the minimum height of all items.
See Also SftTreeItems Object | Object Hierarchy