You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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";