rotorgames / Rg.Plugins.Popup

Xamarin Forms popup plugin
MIT License
1.15k stars 337 forks source link

Is it possible to change the size of the popup presented #675

Closed KMWenyon closed 3 years ago

KMWenyon commented 3 years ago

I am using the latest version of the RG.PlugInPopup 2.0.0.012

I would like to change the size of the popup presented (to make if larger). How can I increase the size of the popup page (the frame and it content)?

LuckyDucko commented 3 years ago

@KMWenyon

To control popup size, I usually wrap it in in an absoluteLayout and work from there.

An example

Colima-97 commented 3 years ago

I like to use a PancakeView as the background, I use margins and Vertical/Horizontal options in its style to make it look as I want it.