I want to make a custom control which will be used as an overlay. The control should contain a couple of child controls which should be drawn and should be clickable as usual. B
You should set the background of the Canvas to null (or just no background, null is default). Transparent is "visible" to the mouse clicks.
Canvas
null
Transparent