<@U25U0KPFT> thanks for the input. My goal is to h...
# tornadofx
d
@carlw thanks for the input. My goal is to have this grid of shapes in a resizable panel with a drag bar, so the grid of shapes should automatically reflow as the bar id dragged and the panel resizes. Could tableview handle that? I also plan to create a component responsible for showing the SVG shape, which may include other elements like label, rollover popup, etc. I'm hoping tableview would allow such a component to serve as an item renderer for each cell. Looking into it...