Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
150624 | Jan 14,2020 01:09 AM UTC | Jan 17,2020 04:47 AM UTC | Xamarin.Forms | 5 |
![]() |
Tags: SfListView |
<syncfusion:SfListView x:Name="listView"
SelectionMode="Single"
ItemTapped="ListView_ItemTapped"
ItemsSource="{Binding ContactsInfo}" > |
private void ListView_ItemTapped(object sender,Syncfusion.ListView.XForms.ItemTappedEventArgs e)
{
DisplayAlert("", "ListView GroupHeader tapped", "OK");
} |
private void ListView_ItemTapped(object sender, Syncfusion.ListView.XForms.ItemTappedEventArgs e)
{
Navigation.PushAsync(new ListDetailsPage());
} |
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.