0

We have a WPF app where we'll have a collection of photos. We'd like the user to be able to scroll through them using the now-ubiquitous method seen on iPhones and Androids where you select the list of things and slide it over... the speed at which you slide determines the number of items you navigate through.

Is there an existing third-party WPF control that can do this?

Thanks in advance.

BillyPilgrim
  • 541
  • 3
  • 13
  • 25

1 Answers1

0

This answer may be useful for you. A free carousel implementation:

Free WPF Carousel Implementation

Devexpress also has a carousel, but I'm not sure the cost.

Community
  • 1
  • 1
Doug
  • 5,208
  • 3
  • 29
  • 33