Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xamarin Forms Alert Multiple buttons

I am new to Xamarin forms. I know you can show the alert by using the DisplayAlert but that only has provision for two buttons.

Is there any way I can have an alert with 3 buttons?

like image 931
Amitesh Avatar asked Nov 10 '16 00:11

Amitesh


1 Answers

What about DisplayActionSheet?

https://developer.xamarin.com/guides/xamarin-forms/user-interface/navigation/pop-ups/

like image 103
TeamTam Avatar answered Nov 20 '22 15:11

TeamTam