Gets or sets a value indicating whether or not the frame should have scrollbars.

[VBScript]
Public Property Scrolling As String
[JScript]
public function get Scrolling() : String;
public function set Scrolling(String);

Property Value

A string representing a value indicating whether or not the frame should have scrollbars.

See Also

HTMLIFrameElement Object | HTMLIFrameElement Members | DOM Namespace