Scrolling Property

The Scrolling property determines whether you can scroll in a frame.

Applies to: Frames.

Setting dynamically:

Winform Set form.frame.SCROLLING TO n;

Property Settings:

0 - Auto

Enables scroll bars if necessary (the default).

1 - No

Disables scrolling.

2 - Yes

Enables scroll bars.


WebFOCUS