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
When the RightToLeft property is set to True, the tree control will support right-to-left reading where the tree hierarchy is displayed on the right hand side of the control. Columns are displayed from right to left, so column 0 is shown on the right side, with column 1 to its left, and so forth. The vertical scroll bar is positioned along the left edge of the control.
Right-to-left reading support is only supported by certain international Windows versions, such as Hebrew and Arabic Windows.
All tree control attributes, properties and methods are fully supported when right-to-left reading support is used. In this documentation, the terms "left" and "right" should be reversed when right-to-left reading support is used.
In a split tree control when right-to-left reading support is used, the tree control pane containing the hierarchy is displayed on the right side. Normally, the hierarchy is shown in the left pane.
Using right-to-left reading support is transparent to the application, but column alignment should be adjusted by the application.