hiroo
hiroo

Reputation: 657

Windows8 slideshow API

I'm learning Windows8 programing and want to develop Photo SlideShow application with C#/Xaml. I could get picures list in code behind, but I don't know how to display these pictures and control images transistion.

I want to control pictures like preinstalled 'Photo' windows8 app. Is there good API and control for this ?

Upvotes: 0

Views: 646

Answers (1)

Jim O'Neil
Jim O'Neil

Reputation: 23774

A FlipView would be a good candidate here; see Adding FlipView Controls for more insight.

There is a FlipView control sample on the Windows Dev Center, but it does appear that only the JavaScript code is downloadable.

Upvotes: 1

Related Questions