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

1. as the title says the cardview doesn't show the Shadow and ignores BorderThickness and BorderWidth

but as an interesting part when I'm using HotReload and lets say for example change the HasShadow to false and revert it to true, the shadow will be drawn. the same behaviour applies to

BorderThickness and BorderWidth when i change the value to 5 and change it back to Zero the border will redraw itself but as soon as you stop the application and rerun it again, the changes will be gone and cardview ignores the changes i have made and gets back to its default state

i even tested with your sample and it has the same problem, maybe it has something to do with xamarin.forms version, to reproduce the issue please update your xamarin.forms package


2. I assume this is most likely related to CardLayout, when the page has a vertical ScrollView and CardLayout is one of the scrollview's children, scrolling through the page would be very difficult because of the cards, sometimes you cant even scroll when you put your finger on a card and scroll vertically, is there a fix or workaround for this?


I'm using Xamarin.Forms v5.0.0.2291

Affected Devices: Reproduced on Huawei Mate 10 Lite (Android 8.0), Pixel 2 emulator (Android 10.0)