I am new to WPF and I have been searching for the solution on this for a while now. My goal is listen to the UIElement's adorner resize event, that's why I need to get the element's adorner. I have searched for similar problem but I only found the ones that created or have direct access to the adorner class. In my case however, the adorner was created when the UIElement was added to the Scrollviewer. In case you want to know I am working on a thermal label editor.
I am currently able to get the UIElement, scrollviewer, and the scrollcontent presenter which has the AdornerLayer where the adorners are rendered as I have read on a post. But I still couldn't see the adorners on the AdornerLayer object, as I have tried from this post: Copy UI element with adorner
Here is a screenshot of the WPF Visualizer. http://codetampus.com/wpfvisualizer.png
I hope someone could help and enlighten me with this, maybe I have just missed something.