Correct me if I'm wrong, but it sounds like it would scroll on both at the same time, i.e. if I would move my finger diagonally it would scroll the list and show Delete button partially for the item that I'm touching. That's the behaviour that I'm trying to avoid, i.e. if you do it on iOS8/iOS9 apps it either scrolls horizontally (i.e. you can open Delete button) or scrolls vertically (scrolls the list), i.e. they scrolls directions are mutually exclusive.
And it's not just about delete functionality - there are a bunch of 2 directional scroll views in iOS that work in this mutually exclusive way - you either scroll in one direction or the other, but not in both at the same time.
So I was wondering if there is a native support for that in NGUI?