<sfPopup:SfPopupLayout x:Name="popup1">
<sfPopup:SfPopupLayout.PopupView>
<sfPopup:PopupView>
<sfPopup:PopupView.ContentTemplate>
<DataTemplate>
<Label Text="This is Popup1"></Label>
</DataTemplate>
</sfPopup:PopupView.ContentTemplate>
</sfPopup:PopupView>
</sfPopup:SfPopupLayout.PopupView>
</sfPopup:SfPopupLayout>
<sfPopup:SfPopupLayout x:Name="popup2">
<sfPopup:SfPopupLayout.PopupView>
<sfPopup:PopupView>
<sfPopup:PopupView.ContentTemplate>
<DataTemplate>
<Label Text="This is Popup2"></Label>
</DataTemplate>
</sfPopup:PopupView.ContentTemplate>
</sfPopup:PopupView>
</sfPopup:SfPopupLayout.PopupView>
</sfPopup:SfPopupLayout>
<sfPopup:SfPopupLayout x:Name="popup3">
<sfPopup:SfPopupLayout.PopupView>
<sfPopup:PopupView>
<sfPopup:PopupView.ContentTemplate>
<DataTemplate>
<Label Text="This is Popup3"></Label>
</DataTemplate>
</sfPopup:PopupView.ContentTemplate>
</sfPopup:PopupView>
</sfPopup:SfPopupLayout.PopupView>
</sfPopup:SfPopupLayout> |
Hello,
Both examples given here are for 'Displaying popup on the go' which does not support
popupLayout.ShowAtTouchPoint();
So It seems like 'Multiple popups' and showing pop up at touch points are not possible.
Is this true?
I am stuck please help.
Thanks,
Anand
Hi Sharma,
Regarding “Both examples given here are for 'Displaying popup on the go' which does not support popupLayout.ShowAtTouchPoint()“
|
Yes, ShowAtTouchPoint is not supported when Displaying popup on the fly. We have mentioned in our user guidelines documentation as note under position popup at touch point topic.
UG link: https://help.syncfusion.com/xamarin/popup/popup-positioning#position-popup-at-touch-point
|
||
Regarding “'Multiple popups' and showing pop up at touch points are not possible. Is this true” |
You can achieve your requirement ”Displaying multiple popup in single page” as like below code snippet.
Code snippet: XAML:
C#
We have attached a runnable sample based on your requirement for your reference. Please have a look at this sample and revert to us with more details about requirement with illustration image or video if we misunderstood your requirement.
|
Regards,
Suja
Hi Sharma,
Let us know if you require further assistance , will be happy to assist you.
Regards,
Suja