I tried to use scroll panel (draggable panel version).
I add buttons as item in scroll view.
When I scroll the panel, the button was pressed.
I don't want the button to be activate when I scroll the panel.
I had read doc but still cannot find the right solution.
I tried on OnDrag and OnDragFinished command and put some flag to check is it dragging or not.
But it did not work.
Need Help.