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 optional row headers are available for single- and multi-column trees. Row headers are displayed to the left of the item area, column headers and column footers and are enabled using the RowHeadersClass.Width property.
Row headers are cells that can contain parts, such as text, images, buttons, checkboxes, radiobuttons, progressbars, and more. An individual item's row header can be accessed using the ItemClass.RowHeader property. Row headers in the column header area are accessed using the HeadersClass.RowHeaders property. Row headers in the column footer area are accessed using the FootersClass.RowHeaders property.
The SelectOnClick property defines whether clicking on a row header selects the item. The RowHeadersClass.ShowSelection property is useful to define whether row headers reflect the item selection (ItemClass.Selected).
After adding all items, the RowHeadersClass.MakeOptimal method can be used to size the row header area optimally in width so that the cell contents in the row header area can be displayed without being clipped horizontally.
If a user clicks on a row header, the application receives an ItemClick event or ItemDoubleClick event.