Skip to main content
Home Forums Silverlight Programming Programming with .NET - General Creating ImageSlider with Silverlight 2
4 replies. Latest Post by ilves on November 10, 2008.
(0)
ilves
Member
95 points
118 Posts
10-22-2008 8:17 PM |
Hi, I have a requirement of creating ImageSlider with Silverlight 2. Five Images will be displayed horizontally at a time. I want to show the images horizontally In a control. I also need to place a next button and a previous button. When I'll click the next button a loding Icon will be displayed and after this another five new images will be displayed. Can anyone please show me the way to do this ?
kinleong
488 points
99 Posts
10-23-2008 12:59 AM |
There is relavant project in codeplex.com:
http://www.codeplex.com/SlideShow
Hope can answer your question.
11-08-2008 4:16 PM |
Thanks.
Silverli...
Participant
1133 points
193 Posts
11-10-2008 4:56 AM |
ilves,
This should work perfect for you: Image slider control in Silverlight 2
There are also some nice implementations here: Weather Control
11-10-2008 5:06 AM |
Thanks a lot. I'll have a look and get back to you soon.