Actually, I've now discovered that I have to add l...
# tornadofx
s
Actually, I've now discovered that I have to add lots of strange code to make the rowSelector table shrink to the number of rows (because there isn't a method to set prefheight to say 5 rows; which is what I want to do). Instead, I'm going to abandon rowSelector and see if I can build this in one table and add my own controls in the rows to alter the table list on the fly. In that way, it'll do exactly the same as i want, but in one table. I need the columns to line up, so this might actually be easier and cleaner