PropertyName ScrollWidth [A Long Value. The Property is Read-Write] - Scintilla's design does not automatically size the horizontal scrollbar to the size of the longest line. It gives it a set size. By default it allows 2000 characters per line. This allows you to control how far the Horizontal scrollbar can be scrolled.

Scintilla's design does not automatically size the horizontal scrollbar to the size of the longest line. It gives it a set size. By default it allows 2000 characters per line. This allows you to control how far the Horizontal scrollbar can be scrolled.

Type

A Long Value. The Property is Read-Write

Syntax

Object.ScrollWidth [ = Long ]

The ScrollWidth Property syntax has these parts:

Part
object An expression evaluating to an Object of type SCIVB.
LongA Long Value. The Property is Read-Write.