Klasse VirtualFlowUtil

java.lang.Object
com.flexganttfx.view.util.VirtualFlowUtil

public class VirtualFlowUtil extends Object
Utility methods for working with JavaFX VirtualFlow instances. These helpers keep the visible row position of multiple virtualized controls in sync.
  • Konstruktordetails

    • VirtualFlowUtil

      public VirtualFlowUtil()
  • Methodendetails

    • bindVirtualFlows

      public static void bindVirtualFlows(Control control1, Control control2)
      Binds the vertical virtual flows of the given controls so they scroll together.
      Parameter:
      control1 - the first control
      control2 - the second control