Hide

SftTabs/OCX 6.5 - Tab Control for VB6

Display
Print

SftTabs.Scrolling Property

Returns the SftTabsScrolling object.

Syntax

Get
VBSet refScrollingObj = object.Scrolling As SftTabsScrolling

object

A SftTabs object.

refScrollingObj

Returns a reference to the control's SftTabsScrolling object.

Comments

The Scrolling property returns the SftTabsScrolling object.

The Scrolling property returns the SftTabsScrolling object for the control. The scrolling properties and behavior of the control can be updated using the returned SftTabsScrolling object.

Example

Private Sub Form_Load()
    Dim I As Integer
    With SftTabs1.Direct
        .BulkUpdate = True
        .Scrolling.Style = scrollSftTabsAlwaysRight
        With .Tabs
            For I = 0 To 20
                .Add "Tab " & I
            Next
        End With
        .BulkUpdate = False
    End With
End Sub

See Also SftTabs Object | Object Hierarchy


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