Full screen display with scroll bars.

Hi Syncfusion team,

How show SfPopu at full screen and use scroll bars where the contnent is long that the SfPopup's height ?

Regards


1 Reply

AF Anees Fathima Shajahan Syncfusion Team September 23, 2024 02:15 PM UTC

Hi Cosyspro,


To display the popup in fullscreen, set the IsFullScreen property to true. You can add scrollable content inside the popup by using the popup content template and loading the content within a ScrollView.


Display popup in fullscreen: https://help.syncfusion.com/maui/popup/popup-size#full-screen

Customizing Popup content:  https://help.syncfusion.com/maui/popup/layout-customizations#customizing-popup-content


We have attached a simple sample that contains a button, and upon clicking the button, a popup will be displayed in full screen with scrollable items loaded inside a ScrollView within the popup content template.


Please review the attached sample and let us know if you have any further questions.


Regards,

Anees Fathima.


Attachment: PopupMaui_741f3457.zip

Loader.
Up arrow icon