roubachof / Sharpnado.CollectionView

A performant list view supporting: grid, horizontal and vertical layout, drag and drop, and reveal animations.
The Unlicense
244 stars 30 forks source link

Need help #90

Closed sattasundar closed 1 year ago

sattasundar commented 1 year ago

I was trying to replicate your MauiSample UI, but facing one issue. Shadow is not working.

<Button BackgroundColor="{StaticResource DarkSurface}" CornerRadius="10" HorizontalOptions="Center" Shadow="{StaticResource ShadowNeumorphismBottom}" Text="Layout Examples" TextColor="White" WidthRequest="260"> </Button>

Screenshot_1674039618

Any idea? @roubachof anythinh missing? please help

roubachof commented 1 year ago

I'm afraid this issue has nothing to do with the collection view