I have build a UIGrid and put some button in it, then use other two buttons to scroll the grid as pages.
Now since grid has its own scrolling speed, when I click the button in the page which are not totally scrolled in, button event will be triggered, even the page it belongs still half culling outside the grid.
It there any way I can disable the content outside of the clip?
For example, as you can see the grid is moving, but I can click Envovle or Button as soon as I react fast enough. Even they belong to two different grid Item.
The ideal is you cant click any of them since the whole grid is moving.
Any thoughts?
Thanks!