I am using a scrollview in my app, and I am nesting it inside a stacklayout, and on Android the scrollview resizes itself depending on whatever else is inside the stacklayout. However, on iOS, it doesn't even get a width or height, when placed into a stacklayout, and as a result, it doesn't show up, unless you give it a width, or height request your self. Is there a way to have the scrollview auto size itself when in a stacklayout?
↧