markolazic88 / SwipeCardView

MIT License
173 stars 38 forks source link

Is it possible to order item vertical like in build ListView? #13

Closed SagarPanwala closed 4 years ago

SagarPanwala commented 5 years ago

Is there any way to arrange data in vertical direction ? so when user swipe left I want to remove that item and next item will shows up and we can scroll like a listview too.

markolazic88 commented 5 years ago

SwipeCardView iterates through ItemSource collection. If you want a specific order, then you should order ItemSource in the manner that suits your needs. There is no OrderBy/Sort property exposed by SwipeCardView, if that's what you are asking.