I have a scrollview panel with 3 views in each row. I have assigned the same "Tag" for 3 views in a row (Row with some predefined row height).
My problem is when I click on any position on the row, I should be able to get the first view in the row to change some of its display properties.
How can I achieve this?
_Click event recognises selected views tag. But I want to get first view in the same row (even 2nd and 3rd views are selected)
My problem is when I click on any position on the row, I should be able to get the first view in the row to change some of its display properties.
How can I achieve this?
_Click event recognises selected views tag. But I want to get first view in the same row (even 2nd and 3rd views are selected)