sskodje / wpfchrometabs-mvvm

A tab control based on WPF chrome tabs, modified to work with the MVVM pattern
MIT License
256 stars 60 forks source link

How to place a "+” as caption in the AddButton? #31

Closed ms-somanna closed 3 years ago

ms-somanna commented 4 years ago

Is there any way to add text (caption) to the AddButton (Add tab button)? I want to place a "+” symbol on the AddButton. So that the user knows they can open a new tab by clicking on that button. Thank you.

sskodje commented 4 years ago

Check out the CustomStyleExampleWindow in the demo project, it has an example of how to change the template of the "add tab" button.