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

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

There is a newer version: 2.0.2
Show newest version



    A Control that provides a scrolled, clipped viewport of its contents. It allows the user to scroll the content around either directly (panning) or by using scroll bars. The ScrollPane allows specification of the scroll bar policy, which determines when scroll bars are displayed: always, never, or only when they are needed. The scroll bar policy can be specified independently for the horizontal and vertical scroll bars.

]]>
The node used as the content of this ScrollPane.

]]>
If true and if the contained node is a Resizable, then the node will be kept resized to match the height of the ScrollPane's viewport.

]]>
If true and if the contained node is a Resizable, then the node will be kept resized to match the width of the ScrollPane's viewport.

]]>
Specifies the policy for showing the horizontal scroll bar.

]]>
The maximum allowable hvalue for this ScrollPane.

]]>
The minimum allowable hvalue for this ScrollPane.

]]>
The current horizontal scroll position of the ScrollPane.

]]>
Specify the minimum height of the ScrollPane Viewport.

]]>
Specify the minimum width of the ScrollPane Viewport.

]]>
Specifies whether the user should be able to pan the viewport by using the mouse.

]]>
Specify the preferred height of the ScrollPane Viewport.

]]>
Specify the perferred width of the ScrollPane Viewport.

]]>
Specifies the policy for showing the vertical scroll bar.

]]>
The actual Bounds of the ScrollPane Viewport.

]]>
The maximum allowable vvalue for this ScrollPane.

]]>
The minimum allowable vvalue for this ScrollPane.

]]>
The current vertical scroll position of the ScrollPane.

]]>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy