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#.