In WPF, What is the best way to implement a control like in the picture below ? you have many images, not all of them can be seen at once but you can do some paging to the right and to the left, or scrolling , I'm not sure how to call it. the two buttons in the sides scroll right and left and brings new images.
If you require scrolling of images you can use a simple ListBox (you can make it horizontal if you would like to), and if you bind the listbox to an ItemsSource of images apply an ItemTemplate that will contain images.
Here's an example for an horizontal ListBox -
http://immersivenick.wordpress.com/2012/01/14/wpf-short-horizontal-listbox/
If you do not use binding you can just add LisBoxItems with image content.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With