#TabView Header Notification Badge
This demo uses conditional logic, with a custom HeaderItem ControlTemplate
to only show notification badges on specific tab headers.
The key takeaway is we combine information from both the TabViewHeaderItem
context, and the Label.Text
value to determine if the Label should be visible for that specific tab.