Vertical Scroll Bar (VScroll)

Determines whether a vertical scroll bar is displayed for this widget. True or False. The default value depends on the widget.

Picture widget only: VScroll="True | False | Automatic"

Value

Representation

Description

Automatic Automatic

A vertical scroll bar is displayed only when the image is larger than the field dimensions on the form. Default for Picture widget

True On

A vertical scroll bar is always displayed.

False Off

No vertical scroll bar is displayed. Default for EditBox widget.

Usage

Dynamic?

No

Supported in Grid?

No

Dependencies:

For Edit Box, Multiline must be True.

EditBox

For the EditBox. widget, a scroll bar can only be used if the Multiline property is selected. The Dynamic property determines whether scroll bars are always visible, or only when the field has focus.

Setting in ProcScript

This property can only be set in ProcScript for the Picture widget.

$fieldproperties(PICTURE) = "vscroll=false"