You can adapt the FlipView control (Flip view)
Either with XAML Island to embed the original control or by using other versions from Google, like WPF FlipView
WPF Image Slide with Animation
I'm preparing an ImageViewer which is rather a bit unusual.
I have many images prepared in a specific folder.
when the program starts
Load the first one of these images
It is used as the background image of InkCanvas.
And while the user presses the Left or Right key on the keyboard, the image slides in the corresponding direction and the next image is called.
Images should slideshow (including animations) continuously sideways as long as the keyboard is held down.
When you finally release the keyboard (KeyUp), the slide stops.
I want to call the event that finally loads the image once again when the last slide is stopped (KeyUp).
Can you help me with some simple ideas and samples?
-
Castorix31 86,316 Reputation points
2022-03-29T09:02:53.31+00:00