SftButton/DLL 3.0 - Button Control (Coming Soon)
SftTabs/DLL 7.0 - Tab Control (Coming Soon)
SftTree/DLL 7.5 - Tree Control
SftTree/DLL 8.0 - Tree Control (Coming Soon)
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
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
