12-07-2012 02:29 AM
Hi, I have a container contain a listview
I want to add swipe right / left to the container or the listview (don't know where to implement the swipe)
my list contain a scedule for today, and swipe to change list schedule to next day / prevous day
How to implement this?
Thanks
12-07-2012 11:13 AM
Change the orientation to left to right:
ListView{
...
layout: StackListLayout {
orientation: LayoutOrientation.LeftToRight
}
...
}