All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xworker.javafx.control.ScrollBar.dml Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version



    Either a horizontal or vertical bar with increment and decrement buttons and a "thumb" with which the user can interact. Typically not used alone but used for building up more complicated controls such as the ScrollPane and ListView.

]]>
The amount by which to adjust the scrollbar if the track of the bar is clicked.

]]>
The maximum value represented by this ScrollBar.

]]>
The minimum value represented by this ScrollBar.

]]>
The orientation of the ScrollBar can either be HORIZONTAL or VERTICAL.

]]>
The amount by which to adjust the ScrollBar when the increment or decrement methods are called.

]]>
The current value represented by this ScrollBar.

]]>
Visible amount of the scrollbar's range, typically represented by the size of the scroll bar's thumb.

]]>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy