Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

Popup containing listview

$
0
0

Hi,
I want to display list of items in popup over the content page. I did this but using ModalPopup like following:

await Navigation.PushModalAsync (new ModalPopUp ("State"));

Everything is working fine but this takes me to new page. I just want to show my list inside popup like comments popup open in facebook app. Suggest me something how can I do it.

Thanks


Viewing all articles
Browse latest Browse all 58056

Trending Articles