scrolling Property
Sets or returns a String that represents whether a frame can be scrolled.
expression.scrolling
*expression * Required. An expression that returns one of the objects in the Applies To list.
Remarks
The scrolling property can be one fo the following String values.
Value | Description |
---|---|
auto |
Browser determines whether scroll bars are necessary. |
no |
Frame cannot be scrolled. |
yes |
Frame can be scrolled |
Applies to | FPHTMLFrameBase Object | FPHTMLFrameElement Object | FPHTMLIFrame Object | IHTMLFrameBase Object