Good day to all,
I am having difficulty finding information on how to create this cool pan effect in silverlight. Can any one help me out?
This is a link to a flash site that has the effect that i need.
http://www.marcecko.com/#/
Good day to all, I am having difficulty finding information on how to create
Share
I really liked the effect too, so I recreated it using Behaviors:
Just add this behavior to ANY ScrollViewer, and it simply works. as an example, this xaml:
Note that I’ve tested this only in WPF, but it should work pretty much the same in Silverlight. –EDIT– Tested it, in both technologies.
+1 for cool question! 🙂