Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
147663 | Sep 19,2019 06:05 AM UTC | Sep 23,2019 10:56 AM UTC | Xamarin.Forms | 4 |
![]() |
Tags: SfSegmentedControl |
bool isLoad;
public MainPage()
{
isLoad = true;
InitializeComponent();
}
private void Image_Text_SelectionChanged(object sender, SelectionChangedEventArgs e)
{
if(!isLoad)
{
/// your Configuration.
}
isLoad = false;
} |
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.