Overview
Provides enumerated constants that determine the
visibility of vertical scrollbars.
AS_NEEDED
Used to set the vertical scroll bar policy so that
vertical scrollbars are displayed only when needed.
ALWAYS
Used to set the vertical scroll bar policy so that
vertical scrollbars are always displayed.
NEVER
Used to set the horizontal scroll bar policy so that
vertical scrollbars are never displayed.
Attribute Summary
name | type | description |
---|---|---|
Public | ||
ALWAYS | VerticalScrollBarPolicy | |
AS_NEEDED | VerticalScrollBarPolicy | |
id | Number | |
NEVER | VerticalScrollBarPolicy | |
Protected |