Hide

SftTabs/OCX 6.5 - Tab Control for VB6

Display
Print

SftTabsScrolling.Scroll Method

Scrolls the tabs in a given direction.

Syntax

VBobject.Scroll(ByVal Direction As SftTabsScrollingDirectionConstants)

object

A SftTabsScrolling object.

Direction

Defines the desired scrolling direction.

DirectionValueDescription
directionSftTabsLeft0The tabs are scrolled left (or up) by one position.
directionSftTabsRight1The tabs are scrolled right (or down) by one position.

Comments

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.

Example

See Reorder Sample

See Also SftTabsScrolling Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.