How to get touch pointer inside a specific Grid

后端 未结 1 1803
长发绾君心
长发绾君心 2021-01-29 04:46

I have a layout like the following: grid-1 grid-2 grid-3 ... one nested inside of another.

Within Grid-3, there are 10x10 matrix of images. What I\'d like to know

1条回答
  •  太阳男子
    2021-01-29 05:14

    One way would be to wrap each image inside a control that has a click event, like a button. Point all the click event handlers to a single method and grab the child image from this.

    0 讨论(0)
提交回复
热议问题