michaeled / FormsPopup

Xamarin.Forms Popup View
MIT License
75 stars 22 forks source link

Is it possible to make the popup window transparent? #5

Closed robmpreston closed 7 years ago

robmpreston commented 8 years ago

Just curious if I can have a slide up and have the background see through to the page behind it?

michaeled commented 8 years ago

At the moment, I don't think you'll get the result you probably want. You can change the opacity property of the popup control, but it will also make all the popup's child controls transparent.

A solutions escaping me, so let me think on this.

robmpreston commented 8 years ago

Okay let me know if you come up with anything :)

robmpreston commented 8 years ago

Did you ever have any thoughts on this? Would be great to be able to set the Opacity to .5 on the popup, but still set the opacity of controls on the popup to 1

michaeled commented 8 years ago

I'll have time to look into it this Friday. I'll let you know.

michaeled commented 7 years ago

Not at this moment.