0
kicks
Simplified Content Transition in WPF
Transitions between content (think: slide shows) are not as easy in WPF as you’d think they’d be. Ideally we’d like to be able to assign content to a content control and get a nice animated transition between the two. What can I do to easily enable transitions in Xaml without the need to write C#?