<@U25PH0DBJ> That is what I do. Basically, I just ...
# tornadofx
e
@jonathan That is what I do. Basically, I just create a default TableRow but I override the
createDefaultSkin
method to return the
ExpandableTableRowSkin
. Would you try to avoid creating a skin altogether? I did this mostly because I have to deal with custom layouts (I implemented
computePrefHeight
and
layoutChildren
in the skin).