[ type ] Scrollbars

Description:

An object returned and accepted by .scrollbars() method for components with scroll bars, which contains scroll bar settings for horizontal and vertical scroll bars.

Type: Object

Properties:

Name Type Description

[horizontal]

boolean | null

Visibility of horizontal scroll bar: true = visible, false = hidden, null = auto.

[vertical]

boolean | null

Visibility of horizontal scroll bar: true = visible, false = hidden, null = auto.

Also See: