javafx.ui

VerticalScrollBarPolicy

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.

Attributes

public id: Number