How to add a fixed Background Image for a UIScrollView?
How to add a fixed Background Image for a UIScrollView?
So recently I wanted to add a Fixed image behind a ScrollView in Xamarin Forms. Furthermore when the ScrollView is scrolling the background image shouldn’t scroll along with it, and background image should stay fixed while the content is scrolling.
Solution?
So the obvious solution would be to lay down a RelativeLayout and top of that Image, and then a ScrollView with Transparent background.
But I…
View On WordPress















