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