What's the best way to get `TileList` with JavaFX?...
# random
v
What's the best way to get
TileList
with JavaFX? This is a mix of
ListView
and
TilePane
like http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7d82.html I understand it is wildly used in WEB, but can't find a decent analogue for Java The closed thing I found is https://github.com/andytill/flow-list-view, but it is really small (I hoped to find
TileList
in a big widget library) Has anyone meat such a component? (btw, implementing by hands is an obvious option)