Skip to content
kerrishotts edited this page Apr 1, 2013 · 1 revision

(part of UI.View)

Type: string

Default: "inherit"

Determines the scrolling behavior of the object's HTML element. Use "scroll" or "auto" to allow scrolling. (Touch scrolling should be enabled automatically.)

Usage

var aView = new UI.View();
aView.overflow = "scroll";

Version

0.3 Introduced; Docs Valid.

Clone this wiki locally