Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free WPF Carousel Implementation [closed]

I have seen a lot of Carousels to show off WPF. I have never really need one before now though.

Is there a decent free one?

I have access to the Dev Express one, but I am making an open source project and would rather not put code in it that others cannot easily compile.

like image 881
Vaccano Avatar asked Jan 23 '10 22:01

Vaccano


1 Answers

After some searching, I (re)found the free and fabulous FluidKit (http://fluidkit.codeplex.com/)

It has many controls that are great. One of them is the ElementFlow. This control has many great views methods. One of them is the Carousel view.

(Just as a side note, after looking at them all I think I like the VForm and CoverFlow views best. They are kind of a carousel like view, but can handle a lot of items with out needing resizing.)

like image 149
Vaccano Avatar answered Oct 03 '22 08:10

Vaccano