I am building a page with StackLayout
and for some reason my CarouselViewControl
will not show. It shows when I use a grid to position the three separate elements on the page. I went away from the Grid
as I wanted to make the middle element have more height without affecting the top and bottom elements. Does anyone know why when I use StackLayout
the CarouselViewControl
is hidden under the ScrollView
?
↧
CarouselViewControl hidden under ScrollView when using StackLayout
↧