When I insert a button into a Gallery, the OnSelect property of the button is automatically set to Select(Parent). I don't want a button in every row of my vertical Gallery.
Instead I want user to click the row of the Gallery, then click a button outside the Gallery to execute OnSelect functions.
How do I reference a Gallery row and all its contents when clicked?
Thanks