We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

is there any pop-up components for Xamarin.Forms ?

Hi, is there any pop-up with listview control for Xamarin.Forms, if yes, please provide me some samples. Thank you.


1 Reply

DB Dinesh Babu Yadav Syncfusion Team January 18, 2017 01:16 PM UTC

Hi Kumar, 
  
Thanks for contacting Syncfusion product.  
 
You can achieve your requirement “Displaying Pop-up in SfListView” by using an alert or an action sheet pop-up window in Xamarin Forms. For your reference we have attached a sample which displays Pop-up when the item is tapped as like below code example. 
 
Code example: 
private void ListView_ItemTapped(object sender, Syncfusion.ListView.XForms.ItemTappedEventArgs e) 
{ 
   DisplayAlert("Tapped Item", "The tappped item is " + (e.ItemData as Contacts).ContactName, "OK"); 
} 
 
 
For more information about Pop-up, you can refer the Xamarin Forms documentation link. 
 
Please let us know if you require any further assistance. 
  
Regards,  
Dinesh Babu Yadav  


Loader.
Live Chat Icon For mobile
Up arrow icon