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
Allows the user to resize the panes of a split tree control using the keyboard.
Deprecated - Provided for compatibility with earlier versions only - Use Splitter.ResizeMode instead
VB.NET | object.SplitterResizeMode() |
VB | object.SplitterResizeMode |
C#.NET | void object.SplitterResizeMode(); |
VC++ | HRESULT object->SplitterResizeMode(); |
C | HRESULT object->raw_SplitterResizeMode(); |
object
Deprecated - Provided for compatibility with earlier versions only - Use Splitter.ResizeMode instead
The SplitterResizeMode method allows the user to resize the panes of a split tree control using the keyboard.
The splitter bar of a split tree control can always be resized by dragging the splitter bar using the mouse. If an application wants to provide a keyboard interface, a menu option could be implemented which invokes SplitterResizeMode.
Once the SplitterResizeMode method is called, the panes of a split tree control can be resized using the left and right arrow keys. When the user presses the ESCAPE key or moves the mouse cursor away from the splitter bar, the resizing operation ends. While the user resizes the panes, the ColumnSize event occurs.
See Also SftTree Object | Object Hierarchy