E.g. for horizontal layout: ``` +--------...
# tornadofx
v
E.g. for horizontal layout:
Copy code
+--------+         +--------+ +--------+ +--------+ +--------+
Category |      |v| Section |      |v| |   Add  | | Remove | | Cancel |
         +--------+         +--------+ +--------+ +--------+ +--------+
Vertical layout:
Copy code
+--------+
Category |      |v|
         +--------+
         +--------+
 Section |      |v|
         +--------+
+--------+
|   Add  |
+--------+
+--------+
| Remove |
+--------+
+--------+
| Cancel |
+--------+
And square set:
Copy code
+--------+
 Category |      |v|
          +--------+
          +--------+
  Section |      |v|
          +--------+
+--------+ +--------+
|   Add  | | Remove |
+--------+ +--------+
     +--------+
     | Cancel |
     +--------+