I tried putting a scrollview in a relative layout but it's not scrolling. It works when you remove the relativeLayout. I am using a relative layout to because i need to use a background image
Thanks in Advance
FYI I put the scrollview inside the stack layout and it worked
What happens if you use a Grid or ContentView instead?
I need a scrollable list with a background Image
I can not scroll in a content view
Answers
What happens if you use a Grid or ContentView instead?
I need a scrollable list with a background Image
I can not scroll in a content view
FYI I put the scrollview inside the stack layout and it worked