Customizing the TabPanel section of the TabControl (simple solution found)
WPF
1
Posts
1
Posters
4
Views
1
Watching
-
I'm trying (or want) to to customize the TabPanel section of the TabControl. The TabPanel contains the TabItem. (I can customize the TabItem) I'd like to be able to add a button at the right side of the TabPanel, something like :
Tab1 Tab2 Tab3 ............... Button Tab Content Is this possible ? I assume I have to go knee deep in the TabPanel Template or something like that ? Any suggestions ? Thanks. Simple solution: I found a simple solution, I put the TabControl and the Button on different ZIndex. It kinda work. maybe will be enough.
CI/CD = Continuous Impediment/Continuous Despair