Disable interactions on Eto Control object

Hi!

I’m using PixelLayout in a form in order to layer some eto controls on top of each other, pretty much all of my controls are drawables for custom designs.
Is there a way to disable all interactions for the top control so that I can get OnMouseHover etc on the one under it?
Right now the top control blocks the interactions below. I only wan’t the top control to be displayed, otherwise ignored.

Is there an attribute I’m missing for disabling this?
Or do I have to do fancier stuff, like making the top one trigger the events on the bottom one manually?

Hey @flarback,

Sorry, no there is no (current) way to have a control overtop another without it taking the mouse events.

Cheers,
Curtis.

I see, I’ll have to find another workaround.

Thanks for the response @curtisw!