I want to display window and when user will click a button then show for him next content in the same window. And I want also to do a animation. Is it possible? Animation is not important. I only want to change content dynamicaly. I cant find it anywhere…
Please give me simplier solution for this without any frameworks.
Content is not only images. There will be many controls.
I’m using WPF with .NET Framework 4.0
One way to approach this without a lot of overhead would be to prepare all slides of the slideshow as UserControls, let the main window have a
and use
in the button click handler.
This approach can be expanded to use animation using FluidKit.