How can I display a set of data in a tile like structure? I know I can use a TilePane but it is not a virtualized control and displaying over 1000+ images can slow it down.
I have looked into ControlFX's GridView control which is a virtualized control for displaying data in a tile/grid like fashion but unfortunately it lacks selection support.
Is there another control I can use that is similar to a GridView or is there a version of the GridView control that has selection support?