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
An instance of the ColumnsClass class describes attributes that apply to all columns in a SftTree/NET control.
There is only one instance of the ColumnsClass class for one SftTree/NET control. It is accessed using the SftTree.Columns property.
An individual column can be accessed through the ColumnsClass.Item property.
 Namespace: Softelvdm.SftTreeNET
 Assembly: Softelvdm.SftTreeNET
Inheritance
public class ColumnsClass;
Public Class ColumnsClass
This class cannot be instantiated.
|  | Collection | Returns the column collection. | 
|  | Count | Defines the number of columns. | 
|  | First | Returns the first column in the column collection. | 
|  | FirstDisplayed | Returns the first displayed column. | 
|  | FirstDisplayedAndVisible | Returns the first displayed column. | 
|  | FirstDisplayedAndVisibleIndex | Returns the index of the first displayed column. | 
|  | FirstDisplayedIndex | Returns the index of the first displayed column. | 
|  | FirstIndex | Returns the index of the first column in the column collection. | 
|  | Item | Defines the column at the specified index. | 
|  | Last | Returns the last column in the column collection. | 
|  | LastDisplayed | Returns the last displayed column. | 
|  | LastDisplayedAndVisible | Returns the last displayed column. | 
|  | LastDisplayedAndVisibleIndex | Returns the index of the last displayed column. | 
|  | LastDisplayedIndex | Returns the index of the last displayed column. | 
|  | LastIndex | Returns the index of the last column in the column collection. | 
|  | LastOpenended | Defines whether the last column is open-ended. | 
|  | Resizable | Defines whether resizable columns can be resized in the item area. | 
|  | Add | Adds a new column. | 
|   | Equals | Determines whether the specified object is equal to the current object. | 
|   | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. | 
|   | GetHashCode | Serves as the default hash function. | 
|   | GetType | Gets the Type of the current instance. | 
|  | IndexToPosition | Translates a real column index into the column display position. | 
|  | MakeOptimal | Sets the optimal column width of all columns so that the cell contents of all cells can be displayed without being clipped horizontally. | 
|   | MemberwiseClone | Creates a shallow copy of the current Object. | 
|  | PositionToIndex | Translates a column display position into the real column index. | 
|    | ReferenceEquals | Determines whether the specified Object instances are the same instance. | 
|  | RemoveAt | Removes the specified column. | 
|   | ToString | Returns a string that represents the current object. | 
See Also Classes | SftTree/NET 2.0
