scroll

enables/disables the scroll bar

boolean|string scroll;

Values

  • "y" (or true)
    enables vertical scroll (the default value)
  • "x"
    enables horizontal scroll (only for XList)
  • "xy"
    enables both scrolls
  • "auto"
    enables scroll only if the content of the list is bigger that the container
  • false
    disables both scrolls
  • Example

    webix.ui({
        view:"grouplist", 
        width:320,
        height:600,
        scroll:true,
        data:smalltreedata
    })


    Default value:

    "y"

    Related samples

    See also
    Back to top
    Join Our Forum
    We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.
    If you have not checked yet, be sure to visit site of our main product Webix best ui framework and page of list ui product.