ScrollBars Property

Applies to TestComplete 15.62, last modified on March 19, 2024

Specifies whether the component has scroll bars.

Declaration

componentPropObj.ScrollBars
Read-Write Property String
componentPropObj     One of the objects listed in the Applies To section  

Applies To

The property applies to the following objects:

TcxMemoProperties

Description

Use the ScrollBars property to specify whether the multi-line component has scroll bars and what scroll bars it has.

Property Value

One of the following string values:

Value Description
ssNone No scroll bars.
ssHorizontal The horizontal scroll bar at the bottom of the component.
ssVertical The vertical scroll bar on the right of the component.
ssBoth Both horizontal and vertical scroll bars.

See Also

VisibleLineCount Property
WordWrap Property

Highlight search results