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