Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

I couldn't find a way to make the items inside a SfCarousel fill the grid container. I have to define item width and height in absolute units (pixels), meaning I have to account for different device resolutions and aspect ratios which is undesired.

The SfCarousel is defined via XAML, but the items are dynamically added via SfCarouselItem collection. One such item looks as pictured below, it has one semi-transparent rounded rectangle (the one above the orange area) that acts as a title bar and another one containing the data. The width and height of said SfCarouselItem have to be manually set for each device resolution to avoid it being too small or large enough to exceed the screen boundaries.