Search code examples
c#wpftabcontroltabitem

WPF/C# TabItem Header in horizontal accordion style. Possible?


I have a TabControl and there I want to change the header style.
I work with C# and WPF.

The TabItem header need to be in horizontal accordion style.
I hope you know what I mean. If you didn't then I can show your picture.
Is it possible to achieve my project? Without additional plug-in.

My own search skills are not enough to get the answer. What I found is DevExpress...with this its possible. But when I want to use this I need a license and so on. I want to avoid it.

Hope for help. For more information(Code, Picture and so on) ask me.

Kind Regards


Solution

  • You mean something like this, right? enter image description here

    It is possible, as seen in this article. I'm pretty sure you will have to implement your own UserControl in order to create an accordion-style TabControl.