Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
142327 | Jan 28,2019 08:01 PM UTC | Jan 29,2019 11:34 AM UTC | Xamarin.Forms | 1 |
![]() |
Tags: SfTabView |
void Handle_SelectionChanged(object sender, Syncfusion.XForms.TabView.SelectionChangedEventArgs e) { foreach (SfTabItem tabitem in (sender as SfTabView).Items) { if (tabitem.Title == e.Name) { tabitem.TitleFontAttributes = FontAttributes.Bold; tabitem.FontIconFontAttributes = FontAttributes.Bold; } else { tabitem.TitleFontAttributes = FontAttributes.None; tabitem.FontIconFontAttributes = FontAttributes.None; } } } |
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.