Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
150676 | Jan 15,2020 07:40 PM UTC | Jan 20,2020 12:59 PM UTC | Xamarin.Forms | 3 |
![]() |
Tags: SfTabView |
<tabView:SfTabView Grid.Row="1" Grid.ColumnSpan="2" x:Name="tabView" TabItemTapped="TabView_TabItemTapped"> ...... </tabView:SfTabView> |
private void TabView_TabItemTapped(object sender, TabItemTappedEventArgs e)
{ if (e.TabItem.Title== "Favorites") e.Cancel = true; } |
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.