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
Cell text can consist of several text lines. The number of text lines can be defined using the Items.Lines property. In a fixed height tree control, the specified number of lines are reserved for each cell text. The text is aligned based on the Item.Cell.TextHAlign and Item.Cell.TextVAlign property settings. In a variable height tree control, up to the specified number of lines are displayed. If fewer text lines are available, the item height is adjusted if possible, based on other item attributes.
If more text lines are available than fit in the cell, the symbol "+" is shown in the bottom right of the cell.
Cell text can word-wrap and can contain explicit line breaks (new-line characters CR-LF). Word-wrap is defined using the Column.CellMultiline and Column.CellWordWrap properties.