3

We have an image ImageButton covered by a Label.

Is it possible to click on the ImageButton underneath the label?

Cœur
  • 37,241
  • 25
  • 195
  • 267
bunny1985
  • 762
  • 6
  • 21

2 Answers2

1

i have found it

touchPropagationMode: TouchPropagationMode.PassThrough
        focusPolicy: FocusPolicy.None
bunny1985
  • 762
  • 6
  • 21
0

well the obvious think is to use transparent control on top of that. But in my opinion it is not clean way.

bunny1985
  • 762
  • 6
  • 21