How to remove the shadow from a librarystack
Posted
by red-X
on Stack Overflow
See other posts from Stack Overflow
or by red-X
Published on 2010-05-03T08:51:33Z
Indexed on
2010/05/03
8:58 UTC
Read the original article
Hit count: 203
I'm currently in a project where I need a LibraryStack with no visuals at all, so it would just show the content. If I just remove the background a shadow stays in view which I cant seem to remove...
This code looks like:
<s:LibraryStack Background="Transparent">
<s:LibraryStackItem Background="AliceBlue"/>
<s:LibraryStackItem Background="Bisque"/>
<s:LibraryStackItem Background="Salmon"/>
</s:LibraryStack>
This stack is just for explaining purposes, the actual stack is added in the code behind in c#. So preferably any answers that would be usefull to add in c#.
© Stack Overflow or respective owner