Reputation: 772
We have an image ImageButton
covered by a Label
.
Is it possible to click on the ImageButton
underneath the label?
Upvotes: 3
Views: 133
Reputation: 772
i have found it
touchPropagationMode: TouchPropagationMode.PassThrough
focusPolicy: FocusPolicy.None
Upvotes: 1
Reputation: 772
well the obvious think is to use transparent control on top of that. But in my opinion it is not clean way.
Upvotes: 0