Reputation: 1
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
Upvotes: -1
Views: 143
Reputation: 137
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.
Upvotes: 0
Reputation: 1
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
Upvotes: 0