Hello,
I'm trying to implement SFCarousl in a simple xamarin forms page (xaml), in a very simple way.
I insert the following in xaml:
<syncfusion:SfCarousel x:Name="carousel" />
Then in the code behind, I populate the gallery from image repository (the source of every single image is ImageUri).
But the gallery's height is very small.
I try with: HeightRequest, ItemHeight and so on, but only internal images of the gallery change the height, not the container, that remains small.
Thanks for any help.
David