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
The SftBoxColumns object describes the columns in a SftBox/OCX control. The SftBoxColumns object can be accessed through the control's Columns property. A control has only one SftBoxColumns object.
An individual column's SftBoxColumn object can be accessed through the control's Column property.
| Property/Method | Description | 
|---|---|
| ColumnIndex | Returns the real column number given a display position of a column. | 
| Count | Defines the number of columns. | 
| DisplayPosition | Returns the display position given a real column number. | 
| MakeOptimal | Sets all columns' optimal width. | 
| Move | Moves a column. | 
| OpenEnded | Defines whether the last column is open-ended. | 
| Order | Defines the column order, usually used to save/load an existing column layout. | 
| OverheadWidth | Returns the width of the area added to the first column for hierarchical graphics components. | 
| OverheadWidthPix | Returns the width of the area added to the first column for hierarchical graphics components. | 
| Widths | Defines the widths of all columns, usually used to save/load an existing column layout. | 
See Also Object Hierarchy
