Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
145104 | Jun 6,2019 05:30 PM UTC | Feb 21,2020 04:59 AM UTC | Xamarin.Forms | 6 |
![]() |
Tags: SfTabView |
<tabview:SfTabItem IconFont="A" FontIconFontFamily="{StaticResource fonts}" FontIconFontColor="#FF00AFF0" TitleFontColor="#FF00AFF0"> <tabview:SfTabItem.Content> |
new SfTabItem()
{
Content = allContactsGrid,
Title = "Tab1",
IconFont = "\uE701",
FontIconFontFamily = "Text Edit.ttf#Text Edit",
FontIconFontColor = Color.Red,
}, |
Hi Khar,
Thanks for your patience.
We have analyzed your query and checked the reported issue of “TabView header Icon font does not work for PUA code”. To resolve the reported issue , you can set PUA code as like below code snippet.
C#:
new SfTabItem(){Content = allContactsGrid,Title = "Tab1",IconFont = "\uE701",FontIconFontFamily = "Text Edit.ttf#Text Edit",FontIconFontColor = Color.Red,},
We have created sample based on your requirement, please find the sample from below location
Sample link:
https://www.syncfusion.com/downloads/support/directtrac/general/ze/TabViewSample1470687033.zip
Please let us know if you have any other queries.
Regards,
Sakthivel P.
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.