Making the shadow from a ScatterViewItem a different shape

Posted by Vargen on Stack Overflow See other posts from Stack Overflow or by Vargen
Published on 2009-07-14T13:12:29Z Indexed on 2010/05/26 20:21 UTC
Read the original article Hit count: 263

I am developing a program for Surface using Expression Blend and Visual Studio. I have a custom user control with an ellipse and a label in a grid. This will need to be placed in a scatterViewItem.

My problem is that the scatterviewitem will cast a rectangle shaped shadow under the ellipse shaped content. I can disable the shadow completely, but is there any way to make the shadow inherit the shape from its parent? Or can i set the shape of the scatterviewItem itself in any way?

© Stack Overflow or respective owner

Related posts about shadow

Related posts about microsoft-surface