Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide side frame ordering #28

Closed
dprutean opened this issue Dec 23, 2016 · 2 comments
Closed

Provide side frame ordering #28

dprutean opened this issue Dec 23, 2016 · 2 comments

Comments

@dprutean
Copy link

As I can see now the frames can be placed North, South, East, West. In many situations I have to place frames one under the other, or on the same position. Having indexes and sub-indexes for each frame would help to position them. Check the jide docking.

image

@RobertBColton
Copy link
Owner

This is actually supported but I don't demonstrate it in the demo. There is an overload for dock that takes a sibling:

public void dock(DockPane dockPane, DockPos dockPos, Node sibling) {

I'll leave this open as a reminder to myself to add it into the demo so people can discover the feature easier.

@RobertBColton
Copy link
Owner

RobertBColton commented Oct 30, 2020

Forgive me if this is incorrect, and I will reopen this ticket, but I believe that #14 covers the same feature. So I am going to close this out as a duplicate. What was requested here is the ability to dock two nodes together into tabs and reorder them, which is essentially the feature #14 covers. Please follow that issue for further updates if it does get added. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants