
Hello,
I want to implement a feature like the Inheritance Margin of Visual Studio into our IDE.
To do so I had a look at Editor View Margins but, to my understanding, it is possible to only render graphics like Glyphs or Images.
For the moment I handled a button-like behaviour with hit testing during a MouseDown event.
Is there a way to add a child UIElement like a UserControl to it?
Thanks in advance.