enables/disables the scroll bar
webix.ui({
view: "property",
scroll: "y",
elements:[
{ label: "Layout", type: "label" },
{ label: "Width", type: "text", id: "width", value: 250},
{ label: "Height", type: "text", id: "height"},
{ label: "Password", type: "password", id: "pass"}
]
});