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