Hi,
1. Do you support or have an example of attaching a badge (circle with numeric value inside it) to the TabBar Item next to the IconFont?
2. If not, I am trying to make use of the badge at https://github.com/xabre/xamarin-forms-tab-badge with the SfTabView; but haven't been successful.
I tried assigning it at the tabview:SfTabItem level but haven't been successful yet.
OR
3. Do you have an example where I simply provide a two digit numeric value as a suffix to the title via binding ?
e.g. Title = "ABC" + " (" + {Binding SfTabItemCounter1} + ")" that results in Title as ABC (45)
the value of SfTabItemCounter1 = 45
I would prefer your help using #1 or #2
I am not really interested using HeaderContent property. Using that changes the font style of label, IconFont completely unless you are exposing that style to be applied directly at the HeaderContent level or at each view element used inside the HeaderContent.
Your thoughts will be appreciated.
Thanks