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
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
SftTree/NET 2.0 - Tree Control
Defines the vertical alignment of tree lines, expand/collapse buttons, label, plus/minus and item graphics.
Get
| VB.NET | VAlign = object.VAlignStyle As SftTreeVAlignConstants |
| VB | VAlign = object.VAlignStyle As SftTreeVAlignConstants |
| C#.NET | SftTreeVAlignConstants VAlign = object.VAlignStyle; |
| VC++ | enum SftTreeVAlignConstants VAlign = object->VAlignStyle; enum SftTreeVAlignConstants VAlign = object->GetVAlignStyle(); |
| C | HRESULT object->get_VAlignStyle(enum SftTreeVAlignConstants* VAlign); |
Put
| VB.NET | object.VAlignStyle = VAlign As SftTreeVAlignConstants |
| VB | object.VAlignStyle = VAlign As SftTreeVAlignConstants |
| C#.NET | SftTreeVAlignConstants object.VAlignStyle = VAlign; |
| VC++ | enum SftTreeVAlignConstants object->VAlignStyle = VAlign; void object->PutVAlignStyle(enum SftTreeVAlignConstants VAlign); |
| C | HRESULT object->put_VAlignStyle(enum SftTreeVAlignConstants VAlign); |
object
VAlign
Defines the vertical alignment of tree lines, expand/collapse buttons, label, plus/minus and item graphics.
| Align | Value | Description |
|---|---|---|
| valignSftTreeCenter | 0 | The tree lines, expand/collapse buttons, label graphics, plus/minus graphics and item graphics are vertically centered. If no alignment value is specified, this is the default. |
| valignSftTreeTop | 1 | The tree lines, expand/collapse buttons, label graphics, plus/minus graphics and item graphics are aligned with the top of the available area. |
| valignSftTreeBottom | 2 | The tree lines, expand/collapse buttons, label graphics, plus/minus graphics and item graphics are aligned with the bottom of the available area. |
The VAlignStyle property defines the vertical alignment of tree lines, expand/collapse buttons, label graphics, plus/minus graphics and item graphics.
Columns and cells can further define the vertical alignment of cell contents (see Column.CellVAlign, Cell.TextVAlign and Cell.ImageVAlign).
LeftButtonOnly = 1
LeftItemClickOnly= 1
OLEDropMode = 0
RightToLeft = 0
UseThemes = -1 'True
Scrollbars = 3
ScrollbarStyle = 0
ShowTruncated = 1
VAlignStyle = 0
VirtualMode = 0
WebLicense = ""
SmoothScroll = 1
ButtonAppearance= -1
MouseOverTransitionEffect= 4
BeginProperty ButtonExpanded {980702E2-0AB6-41B1-9B85-F8755A697255}
Object.Height = 0See Also SftTree Object | Object Hierarchy
