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