Git Product home page Git Product logo

Comments (4)

ButchersBoy avatar ButchersBoy commented on July 3, 2024 1

Added a FrozenHeaderCount property. Think all this stuff is covered now.

from dragablz.

josh2112 avatar josh2112 commented on July 3, 2024 1

Take note, 5 years later and the property is now FixedHeaderCount! Hopefully that saves someone some time.

from dragablz.

ButchersBoy avatar ButchersBoy commented on July 3, 2024

Hey. Firstly you can achieve some of these options with the existing API:

  • To disable the tear-out for a whole tab simply remove the InterTabController.
  • Look at the InterTabController.Partition property. Using this, you can create siloed TabControls that will not interact with each other:
<dragablz:TabablzControl>
    <dragablz:TabablzControl.InterTabController>
        <dragablz:InterTabController Partition="Primary" />
    </dragablz:TabablzControl.InterTabController>        
</dragablz:TabablzControl>

So that leaves us with the final option of making indivudual tabs that cannot tear out. To be honest, I see limited use case for this...unless - say - the "pinned" tabs were fixed to the start of the tab list; but I will look into getting fixed tabs added.

James

from dragablz.

RoachxD avatar RoachxD commented on July 3, 2024

Yeah, I was about to write to you about the tear-out for a whole Tab Control, that it was enough to remove the InterTabController, I just saw that (I know, I really think I need a pair of glasses).

Anyways, thanks for getting individual fixed tabs implemented, that would be really helpful.

Have a nice day, James!

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.