2.9.122 IScrollType

The IScrollType enumerated type specifies the scrollbar behavior for a frame. A field of this type MUST contain one of the following values.

Name

Value

Meaning

iScrollAuto

0x00000000

A scrollbar appears only if it is needed.

iScrollYes

0x00000001

A scrollbar appears even if not needed.

iScrollNo

0x00000002

The frame never has a scrollbar.