Hide

SftTabs/OCX 6.5 - Tab Control for VB6

Display
Print

SftTabsScrolling.FullSize Property

Defines whether scroll buttons are as large as a tab.

Syntax

Get
VBBoolean = object.FullSize As Boolean
Put
VBobject.FullSize = Boolean As Boolean

object

A SftTabsScrolling object.

Boolean

Defines whether scroll buttons are as large as a tab.

BooleanDescription
TrueScroll buttons are as large as a tab (in height for a horizontal tab control or in width for a vertical tab control).
FalseScroll buttons are sized to fit the scroll button picture (Scrolling.Picture).

Comments

The FullSize property defines whether scroll buttons are as large as a tab.

The height (or width) of the tabs determines the height (or width) of the scroll buttons. If FullSize is set to True, the scroll buttons are made as square as possible.

Certain tab styles have varying tab sizes for active tabs (e.g., the tab style styleSftTabsModernTop). The size of the non-active tabs determines the button size.

The Scrolling.Style property defines whether scroll buttons are available.

Example

Private Sub Form_Load()
    With SftTabs1
        .Scrolling.Style = scrollSftTabsAlwaysLeft
        .Scrolling.FullSize = True
        .ClientArea = False
        .MakeNaturalSize
    End With
End Sub

See Also SftTabsScrolling Object | Object Hierarchy


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