FXMisc / Flowless

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

Make get/remove content public. #13

Closed JordanMartinez closed 8 years ago

JordanMartinez commented 8 years ago

Besides this, should there be a "setContent()" method? Then VirtualizedScrollPane could be a reusable object. Otherwise, user has to recreate a new object every time they want to change its content.

TomasMikula commented 8 years ago

I would say no to setContent unless there is a convincing use case.

JordanMartinez commented 8 years ago

Ok. If such a use case does come up, it won't take long to implement it anyway.