ScrollMode
        Inherits: Enum
Weather scrolling is enabled and visibility of scroll bar options.
Properties
- 
          ADAPTIVE–Scrolling is enabled and scroll bar is always shown when running app as web or 
- 
          ALWAYS–Scrolling is enabled and scroll bar is always shown. 
- 
          AUTO–Scrolling is enabled and scroll bar is only shown when scrolling occurs. 
- 
          HIDDEN–Scrolling is enabled, but scroll bar is always hidden. 
Properties#
ADAPTIVE = 'adaptive'
  
      class-attribute
      instance-attribute
  
#
    Scrolling is enabled and scroll bar is always shown when running app as web or desktop.
ALWAYS = 'always'
  
      class-attribute
      instance-attribute
  
#
    Scrolling is enabled and scroll bar is always shown.
AUTO = 'auto'
  
      class-attribute
      instance-attribute
  
#
    Scrolling is enabled and scroll bar is only shown when scrolling occurs.
HIDDEN = 'hidden'
  
      class-attribute
      instance-attribute
  
#
    Scrolling is enabled, but scroll bar is always hidden.