How can I enable pointer events in custom controls? #8138
-
I am tried to create a new control. But the attached pointer events are not triggered. Pseudo example: Class CustomButton: Control |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
It works for me with
|
Beta Was this translation helpful? Give feedback.
-
Update: Now, Why this happen? |
Beta Was this translation helpful? Give feedback.
-
Okay, I have a solution. Use a Border as a wrapper and pass the events to it. |
Beta Was this translation helpful? Give feedback.
Okay, I have a solution.
Use a Border as a wrapper and pass the events to it.