ButchersBoy / Dragablz

Dragable and tearable tab control for WPF
http://dragablz.net
MIT License
2.17k stars 320 forks source link

Tabablz Item Template unable to set Tab title. Just shows as path to item template source #259

Open starksweeneym opened 3 years ago

starksweeneym commented 3 years ago

Generates correct amount of tabs and functionality, but unable to control the title setter. Are there any examples of using this to dynamically create tabs with custom settings?

starksweeneym commented 3 years ago

I was able to figure it out. I needed to use the header template. Still much to learn from this awesome library. Below is the basic example I created for future reference.