Hi, I'm currently trying to set size for cardview and encounter the same issue, when using custom styling on
CardViewItem, it reverts back to default style.
Is there anysolution?
This is from the sample above:
In the resources...
In the body...
ItemContainerStyle="{StaticResource CardViewItemStyle}" ... >
This worked for me.
Brent