Android Question Panel_click receiver

epiCode

Active Member
Licensed User
I've a panel full of labels and controls.
I wish to capture panel click /touch event but the child controls cover it fully.
Is there a way to intercept click /touch event before it goes to other controls?
 

epiCode

Active Member
Licensed User
Well that's the best guess I came up with, but it would also involve resizing it and it would block spinners in the panel
 
Upvote 0

Star-Dust

Expert
Licensed User
Longtime User
I've a panel full of labels and controls.
I wish to capture panel click /touch event but the child controls cover it fully.
Is there a way to intercept click /touch event before it goes to other controls?
Yes, it is possible to intercept the touch also in the underlying panels
 
Upvote 0
Top