New XBAP with Code example up at xamlXaml:
http://xamlxaml.com/2006/09/27/scrol...vas-container/
This example creates a custom user control based on the Canvas container.
This ScrollingCanvas allows you to scroll any FrameworkElement: text, video,
shapes, or even whole scenes. Moreover, you can scroll multiple
FrameworkElement objects at the same time in a single scroll container. Both
speed and direction of the scroll is controllable via dependency properties.
Simply drop the ScrollingCanvas control on the design surface or add it in
XAML, add any FrameworkElements you want to scroll to the ScrollingCanvas
container and call the ScrollBegin() method. All object scrolling is handled
through local animations in the C# codebehind.
Enjoy!
Michael G. Emmons
http://xamlxaml.com


