Is there a way that I can let mouse events pass through to controls behind?
|
feedback
|
|
Sure, just set | |||
|
feedback
|
|
I usually solve these kind of issues by adding handlers of child controls to the parent at construction. This way the 'click'-event for example activates a method that raises the 'click'-event of the parent. | |||
|
feedback
|