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
Scrolls the tabs in a given direction.
VB | object.Scroll(ByVal Direction As SftTabsScrollingDirectionConstants) |
object
Direction
Defines the desired scrolling direction.
Direction | Value | Description |
---|---|---|
directionSftTabsLeft | 0 | The tabs are scrolled left (or up) by one position. |
directionSftTabsRight | 1 | The tabs are scrolled right (or down) by one position. |
The Scroll method scrolls the tabs in a given direction.
Usually, the user clicks on the scroll buttons to scroll the scrollable tabs. The Scroll method can be used by an application to scroll tabs without user intervention. The tabs are scrolled by one position in the given direction.
The Scrolled event is not generated when the Scroll method is used.
If scrolling is not enabled, this method cannot be used. The Scrolling.Style property defines whether scroll buttons are available.
See Reorder Sample
See Also SftTabsScrolling Object | Object Hierarchy