Hi there,
I've got a Custom List View set up working in horizontal mode.
I am trying to modify the SnapCLV code so that a scroll left or a scroll right of any magnitude will smoothly scroll to either the next item or the previous item. I want to limit the scroll to just one item rather than zoom through loads of items.
So far I've had no success. Is it possible to detect the direction of scroll from the Custom List View, or do I need to add a gesture detector? That would seem to defeat the whole purpose of the Custom List View...
Thanks,
JMB
I've got a Custom List View set up working in horizontal mode.
I am trying to modify the SnapCLV code so that a scroll left or a scroll right of any magnitude will smoothly scroll to either the next item or the previous item. I want to limit the scroll to just one item rather than zoom through loads of items.
So far I've had no success. Is it possible to detect the direction of scroll from the Custom List View, or do I need to add a gesture detector? That would seem to defeat the whole purpose of the Custom List View...
Thanks,
JMB