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 SftTreeColumns object describes attributes that apply to all columns in a SftTree/OCX control. The SftTreeColumns object can be accessed through the control's Columns property. A control has only one SftTreeColumns object. An individual column's SftTreeColumn 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. |
FirstDisplayColumn | Returns the index of the first displayed column. |
FirstDisplayColumn2 | Returns the index of the first displayed column in the right pane. |
InheritBgColor | Defines whether the area left of the first cell inherits the cell's background color. |
LastDisplayColumn | Returns the index of the last displayed column. |
LastDisplayColumn2 | Returns the index of the last displayed column in the right pane. |
MakeOptimal | Sets the optimal column width of all columns so that the text and graphics of all items can be displayed without being clipped horizontally. |
Move | Moves a column to a new position. |
OpenEnded | Defines whether the last column is open-ended. |
OpenEnded2 | Defines whether the last column is open-ended in the right pane. |
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