WPF Animation on scrollviewer children clipped by scrollviewer

Posted by Becky Franklin on Stack Overflow See other posts from Stack Overflow or by Becky Franklin
Published on 2010-04-09T12:31:21Z Indexed on 2010/04/09 12:33 UTC
Read the original article Hit count: 578

Filed under:
|

Hey folks, I'm hoping I have a fairly simple problem that can be fixed easily as it seems like I'm just missing something basic from the WPF world. I have a scrollviewer wrapping a stackpanel which contains several images, these images have animations to increasing in size when the mouse passes over them. All works fine without the scrollviewer, now I've added the scrollviewer, the animation works but only inside the scrollviewer; the increasing size isn't being allowed to overlap the scrollviewer.

Is there a way to fix this? Thanks, Becky

© Stack Overflow or respective owner

Related posts about wpf

Related posts about scrollviewer