Giter Club home page Giter Club logo

Comments (3)

ButchersBoy avatar ButchersBoy commented on July 2, 2024

Hi,

My initial reaction to this was "that's some kind of specialised behaviour that should be managed with the app", but after thinking this through, I can see the case for it, especially if you have TabablzControl.ShowDefaultCloseButton turned off, which is the default starting position.

I'll have a little think about how to implement it. In the mean-time, there are enough hooks for you to do this yourself in some kind of tab contoller/window manager type set-up.

I'll draw your attention to a few hooks:

If TabablzControl.ShowDefaultCloseButton is turned off and you want to allow only specific tabs to be close-able, you can implement a custom header (MVVM based) which contains a button using '''TabablzControl.CloseItemCommand'''. See CustomHeader.xaml example.

You would need a hook onto your windows. You can intercept Dragablz creation of new windows by implementing IInterTabClient, and setting this property on the InterTabController. There is a DefaultInterTabClient which you can look at to get started. Also see this blog post.

Finally, you can check if a window is closing as part of a drag operation by inspecting the attached property TabablzControl.GetIsClosingAsPartOfDragOperation(Window). So, if this returns false inside a Window.Closing event you could consider it a user driven close, pull the tabs, find another Window, and add them into that tab control.

from dragablz.

ButchersBoy avatar ButchersBoy commented on July 2, 2024

OK, implemented a new property and a new (optional) hook. TabablzControl.ConsolidateOrphanedItems is your new friend. Setting this will cause tab items to move to another tab/window if a window is closed.

One caveat, is they appear next to the currently selected tab in the target window, and not on the end. But I have another issue open for this so when I look at that it should get resolved.

I've also provided ConsolidatingOrphanedItemCallback. This will allow you to cancel the tab consolidation on a per tab basis. This would be useful have a you have some mandatory/fixed tabs, and some additional tabs that the user might open on demand.

I'll leave this issue open for a bit; let me know how you get on.

NuGet build 0.0.1.103.

from dragablz.

jogibear9988 avatar jogibear9988 commented on July 2, 2024

yes, I've seen, but I don't yet had time to test!
but thank you!!

from dragablz.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.