ScrollBars Property

The ScrollBars property determines whether your form has scroll bars in the Form Editor and in Windows deployment. If your form has scroll bars, the end user can see the entire contents of a form even if they do not fit in the available space.

Note: Because of how WebFOCUS Maintain deploys applications, this property is no longer valid. However Version 4 applications that use this property are still supported.

Applies to: Forms.

Setting dynamically: No.

Property Settings:

0 - No

Disables scroll bars.

1 - Yes

Enables scroll bars.


WebFOCUS