| 
 | 
 | 
 | 
| SftTreeColumn Object (ISftTreeColumn Interface) | 
   The SftTreeColumn object represents one column in a SftTree/OCX control. A 
   SftTreeColumn object for a particular column can be accessed through the 
   control's Column property.
   
   Certain default properties and behavior for all columns can be defined using 
   the SftTreeColumns object. 
  
| Property/Method | Description | 
| Defines the background color of cells in this column. | |
| Defines the default background color of cells in this column, combined with BackColor creating a gradient fill. | |
| Defines the default background gradient fill orientation of cells in this column. | |
| Defines the default horizontal alignment of cell contents in this column. | |
| Defines whether multi-line text is allowed in cells in this column. | |
| Defines the default vertical alignment of cell contents in this column. | |
| Defines whether the cell text may word-wrap within the available space in this column. | |
| Returns the display position of this column. | |
| Defines the text color of cells in this column. | |
| Returns the real column number of this column. | |
| Sets the column's optimal width so that the text and graphics of all items can be displayed without being clipped horizontally. | |
| Horizontally scrolls the column into view so it is displayed in the tree control's client area. | |
| Defines whether the contents of this column can merge into the next displayed column. | |
| Defines whether the contents of the previous column can merge into this column. | |
| Defines the minimum width of this column. | |
| Defines the minimum width of this column. | |
| Returns the column's optimal width based on its contents. | |
| Returns the column's optimal width based on its contents. | |
| Defines the default progress bar color used for cells in this column. | |
| Defines the default progress bar color used for this cell in this column, combined with ProgressColor creating a gradient fill. | |
| Defines the default gradient fill orientation for progress bars in this column. | |
| Defines the default progress bar appearance for cells in this column. | |
| Defines the background color of selected items in this column. | |
| Defines the background color of selected items in this column, combined with SelectBackColor creating a gradient fill. | |
| Defines the text color of selected items in this column. | |
| Defines whether ToolTips are used for cells in this column. | |
| Defines the width of this column. | |
| Defines the width of this column. | 
See Also Object Hierarchy