bunny1985
bunny1985

Reputation: 772

Cascades BlackBerry. Click Control behind other

We have an image ImageButton covered by a Label.

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

Upvotes: 3

Views: 133

Answers (2)

bunny1985
bunny1985

Reputation: 772

i have found it

touchPropagationMode: TouchPropagationMode.PassThrough
        focusPolicy: FocusPolicy.None

Upvotes: 1

bunny1985
bunny1985

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

Related Questions