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

How to Open a Xamarin Forms popup in Full Screen Mode

Can anyone guide me how to open popup control in full screen mode as a modal window ?

3 Replies

SP Subburaj Pandian Veluchamy Syncfusion Team January 18, 2019 09:20 AM UTC

Hi Atif, 
 
Thank you for contacting Syncfusion support. 
 
Based on the provided information, your requirement of Viewing the Popup control in full screen in Xamarin.Forms can be achieved by setting LayoutOptions to the PopupView. Also, by using the ShowFooter, ShowHeader, ShowCloseButton boolean properties you can handle those popup window UI elements.  
 
Please refer the following code example for the same, 
 
[C#] 
    <sfPopup:SfPopupLayout> 
        <sfPopup:SfPopupLayout.PopupView> 
            <sfPopup:PopupView HorizontalOptions="FillAndExpand"  
                               VerticalOptions="FillAndExpand"  
                               HeaderTitle="Popup Title" 
                               ShowFooter="False" /> 
        </sfPopup:SfPopupLayout.PopupView>        
    </sfPopup:SfPopupLayout> 
 
 
We have prepared sample based on your requirement, please find the same by the following link. 
 
Sample linkPopupWindowSample 
 
Please let us know, if this helpful. 
 
Regards,
Subburaj Pandian V  



AS Atif Shahzad Malik January 20, 2019 03:18 PM UTC

Thank you. It worked for me.


SP Subburaj Pandian Veluchamy Syncfusion Team January 21, 2019 05:23 AM UTC

Hi Atif, 
 
Thank you for the update. We are happy that the given solution meet requirement.  
 
Regards,
Subburaj Pandian V  


Loader.
Live Chat Icon For mobile
Up arrow icon