ScrollHeight and ScrollWidth Properties

If you enable ScrollBars, the ScrollHeight and ScrollWidth properties determine the height and width of the entire form, in pixels, for Windows deployment. (The Height and Width properties determines the size of the form that the end user sees.)

image with scrollbar examples

If you disable ScrollBars, ScrollHeight and Height are the same, and ScrollWidth and Width are the same.

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

Applies to: Forms.

Setting dynamically: No.


WebFOCUS