java.lang.Object
com.dlsc.gemsfx.util.VirtualFlowUtil
A utility class for binding two virtual flows to each other so that they perform
vertical scrolling in sync.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
bindVirtualFlows
(javafx.scene.control.Control control1, javafx.scene.control.Control control2) Bind the virtual flows found somewhere inside the two given controls to each other so that vertical scrolling will be performed in sync.
-
Constructor Details
-
VirtualFlowUtil
public VirtualFlowUtil()
-
-
Method Details
-
bindVirtualFlows
public static void bindVirtualFlows(javafx.scene.control.Control control1, javafx.scene.control.Control control2) Bind the virtual flows found somewhere inside the two given controls to each other so that vertical scrolling will be performed in sync.- Parameters:
control1
- the first controlcontrol2
- the second control
-