Geeth
Geeth

Reputation: 5343

Image sliding control using wpf

I want to create a slider with images like a control in the bottom of the youtube(floating images with left and right navigation button). How i have to start. i am new to wpf.

for example: http://blog.wpfwonderland.com/page/4/

Geetha.

Upvotes: 1

Views: 2773

Answers (1)

Anvaka
Anvaka

Reputation: 15823

I think the best way to start anything is just to start right away. Even if you don't know how to start... Just write the first line of code. Let it be awful. Hardcode images. Use dirty tricks. Then throw it away and rewrite.

Along with writing the code read a lot. There are dozens of books on WPF out there. MSDN sections are awesome.

Don't forget to read the code too. This technique is extremely helpful. You can find good examples of carousel implementation.

Hope this helps.

Upvotes: 1

Related Questions