FrameElement.scrolling Property
SharePoint Designer Developer Reference |
Sets or returns a String that represents whether a frame can be scrolled.
Syntax
expression.scrolling
expression Required. A variable that represents a FrameElement object.
Remarks
The scrolling property can be one of the following String values.
Value | Description |
---|---|
auto |
Browser determines whether scroll bars are necessary. |
no |
Frame cannot be scrolled. |
yes |
Frame can be scrolled. |
See Also