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
Using the Columns.Count property, a single or multiple columns can be defined, each with its individual text alignment (Column.CellHAlign and Column.CellVAlign). A combo box control can also define a header with titles, each with its individual text alignment (Header.Text and Header.Align).
Users can reorder and resize columns (see Headers.Reorderable and Headers.Resizable).
The last displayed column can be defined as an open-ended column or as a fixed width column (Columns.OpenEnded).
SftBox/OCX offers the Columns.MakeOptimal and Column.MakeOptimal method which will optimally resize columns so cell and header contents are not clipped horizontally.
Each SftBoxColumn object represents one column in a SftBox/OCX control. A SftBoxColumn object for a particular column can be accessed through the control's Column property.
The SftBoxColumns object describes all columns and their (default) attributes. The SftBoxColumns object can be accessed through the control's Columns property. A control has only one SftBoxColumns object.