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
Defines the horizontal offset of the splitter bar in a split tree control.
Deprecated - Provided for compatibility with earlier versions only - Use Splitter.Offset instead
Get
VB.NET | Offset = object.SplitterOffset As Single |
VB | Offset = object.SplitterOffset As Single |
C#.NET | float Offset = object.SplitterOffset; |
VC++ | float Offset = object->SplitterOffset; float Offset = object->GetSplitterOffset(); |
C | HRESULT object->get_SplitterOffset(float* Offset); |
Put
VB.NET | object.SplitterOffset = Offset As Single |
VB | object.SplitterOffset = Offset As Single |
C#.NET | float object.SplitterOffset = Offset; |
VC++ | float object->SplitterOffset = Offset; void object->PutSplitterOffset(float Offset); |
C | HRESULT object->put_SplitterOffset(float Offset); |
object
Offset
Defines the horizontal offset of the splitter bar in a split tree control. If -1 is specified, the splitter bar is centered in the tree control's client area making each pane the same size and the SplitterOffset property is updated with the actual offset. If the offset specified falls outside of the client area, the splitter bar is aligned with the left or right edge, whichever is closer to the offset specified. The units used depend on the container (Visual Basic, Visual C++, etc.) and the coordinate system used.
Deprecated - Provided for compatibility with earlier versions only - Use Splitter.Offset instead
The SplitterOffset property defines the horizontal offset of the splitter bar in a split tree control.
The Splitter.Visible property is used to define a splitter bar.
Splitter.MakeOptimal can be used to position the splitter bar optimally, so the left pane can display as much data as possible without a horizontal scroll bar (based on the left pane's Items.HorizontalExtent property).
The coordinates of the splitter bar can be retrieved using Splitter.GetPosition.
The Splitter.Width property is used to change the width of the splitter bar.
See Also SftTree Object | Object Hierarchy