NoNameProvided
NoNameProvided

Reputation: 8987

How implement a (swipeable) card in windows phone?

I want to implement a swipeable card (left and right swipe) in a Windows Phone app. Is there any built in control for making a card and moving it?

If there is no built in control for it then what is the best approach to build a card like below and animate the movement of it?

Note: I am not asking help about detecting and processing of the swipe gesture.

figure showing the card

Upvotes: 1

Views: 167

Answers (2)

Burak Kaan Köse
Burak Kaan Köse

Reputation: 831

Carousel control is one good example of what you want to achieve.

Also , I think you can do such a thing by changing some Pivot & PivotItem styles.It could be more customized than Carousel control but you need to take more effort on that.

Upvotes: 1

Jerin
Jerin

Reputation: 4249

How about trying Carousel control though its available for Windows 10 for windows phone 8.1 you can refrence these two tutorials
Tutorial 1
Tutorial 2

Upvotes: 2

Related Questions