<@U0F3291QE> I posted a GridPane example to #282 t...
# tornadofx
c
@edvin I posted a GridPane example to #282 that uses an add() with the extra colspan and rowspan arguments w/i a row{} row { add( rectangle(0.0, 0.0, 80.0, 40.0) { fill = Color.RED }, 0, 0, 2, 1 )