This is horizontal split i used, i want 3 splits in horizontal.(one more in right side). I tried using empty split and added horizontal split upon it,but that didn't work
Asked
Active
Viewed 124 times
-1

fabian
- 80,457
- 12
- 86
- 114

Sonam Gaikwad
- 1
- 1
-
Add a `SplitPane` to into the right of the first `SplitPane`. – SedJ601 Feb 23 '18 at 07:11
-
1Just add another child to the `SplitPane`. Probably this is easier in the `Hierarchy` view at the bottom left. – fabian Feb 23 '18 at 12:10
2 Answers
0
I added one empty split panel. After that added 3 horizontal split panels. Deleted every first anchor pane of the horizontal split panel. Refer image

Sonam Gaikwad
- 1
- 1
0
I am probably late to the party but adding a new split to a split pane is easy. Just add another container eg. an anchor pane to the split pane. The split pane adds another split.

Pankaj Agarwal
- 117
- 1
- 16