FXMisc / Flowless

Efficient VirtualFlow for JavaFX
BSD 2-Clause "Simplified" License
185 stars 38 forks source link

Cell positioning #88

Open palexdev opened 3 years ago

palexdev commented 3 years ago

Is there a way to position the cells manually? I'm trying to create a tree structure. In a tree structure the children of a node are positioned slightly to the right of the parent. How can I tell Flowless to position the cell like that? Also, the space from the right depends on the level of the node, so it should be dynamic