custom fliping of flipview in winrt xaml

hi I'm working on WINRT flipview .I have added all items to flipview and I want to write a code for another button which can change the item in flipview(next item of flipview) can any one please tell me how to do this???

Upvotes: 0

Views: 385

Answers (1)

Tim Heuer
Tim Heuer

Reputation: 4311

You can change it by incrementing the SelectedIndex +/-

Upvotes: 0

Related Questions