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

[Feature request] Split view for dragablz #59

Closed
QuantumDeveloper opened this issue Sep 12, 2015 · 6 comments
Closed

[Feature request] Split view for dragablz #59

QuantumDeveloper opened this issue Sep 12, 2015 · 6 comments

Comments

@QuantumDeveloper
Copy link

Could you also implement split view for dragablz tabs like in VS to see 2 tabs near each other at the same time?
Could be useful for comparing two documents and in other cases.
As I understand, this will need to create new dragablz control and place it near the first.

Likely this will require creation of the wrapper control around dragablz, I suppose.

@ButchersBoy
Copy link
Collaborator

...already there....checkout the Layout control. If you run up the demos you'll see some of them are using it.

@QuantumDeveloper
Copy link
Author

Sorry, didnt see it. Could you point me where exactly I can find it in the demo??

@ButchersBoy
Copy link
Collaborator

No problem. Two windows in the demo (the demo in the main source project) illustrate it:

image

image

Have a look in BoundExampleWindow.xaml, it uses a LayoutControl, with two import parts:

The content is a TabablzControl, but you also have to provide BranchTemplate so it can render the second TababzControl.

@QuantumDeveloper
Copy link
Author

Aha. Sorry, I didnt look at Dragablz demo (thought in material design demo present all parts). So, this is cool that it already present. Seems only side panels left to be implemented and (maybe some tab stuff like pin/hide buttons for each tab)

@ButchersBoy
Copy link
Collaborator

Yeah...there's already an issue raised for side panels. You can actually set the FixedHeaderCount to pin tabs (but you'd have to provide your own style with the pin it right now).

@QuantumDeveloper
Copy link
Author

I am looking forward for new upgraded gragablz to start using it for my needs (game editor main control). Hope that you will find some time to implement pin/unpin(for main tabs) and hide/show (for side panels). Your projects are amazing!

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

No branches or pull requests

2 participants