Class SimpleVirtualFlowContainer<T,C extends Cell<T>>

java.lang.Object
javafx.scene.Node
javafx.scene.Parent
javafx.scene.layout.Region
io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlowContainer<T,C>
Type Parameters:
T - the type of object to represent
C - the type of Cell to use
All Implemented Interfaces:
Styleable, EventTarget

public class SimpleVirtualFlowContainer<T,C extends Cell<T>> extends Region
This is the Region used by SimpleVirtualFlow to contain the cells.

To keep things easy and organized this container makes use of two helper classes, the CellsManager and LayoutManager, and also acts as a bridge between those two helpers and the VirtualFlow.

Since it keeps references to the CellsManager and the LayoutManager too, it's also responsible for listening to changes to the items list, and the items list property.