Disable Shadow on a ScatterViewItem on Microsoft Surface
Posted
by Jeff
on Stack Overflow
See other posts from Stack Overflow
or by Jeff
Published on 2010-01-28T14:22:29Z
Indexed on
2010/04/03
11:43 UTC
Read the original article
Hit count: 617
Hello, I'm developing a program on Microsoft Surface.
And I didn't succeed to make disable completely the shadow. Here is my problem :
http://i61.servimg.com/u/f61/11/31/25/01/sans_t10.png
Heres is the XAML code :
<s:ScatterViewItem Height="130" x:Name="jetons1" Width="180" CanScale="False"
BorderThickness="0" ShowsActivationEffects="False" StaysActive="True"
SnapsToDevicePixels="True" Foreground="{x:Null}" Background="{x:Null}"
BorderBrush="{x:Null}" />
© Stack Overflow or respective owner