I\'m using the System.Windows.Controls.WebBrowser for various things in my app and I\'ve noticed that adorners are cut off when they are supposed to appear over a WebBrowser.I realize that the WebBrow
I\'m using an adorner to show a \'ghost\' of the element being dragged... var adornerLayer = AdornerLayer.GetAdornerLayer(topLevelGrid);
I am trying to position an Adorner depending on the dimensions of the parent of the adorned element. For example, I have a textbox. I want to adorn this textbox so it looks something like this:
I\'m creating a Loading Adorner that has a swirling icon over it. I tried binding the visibility property directly in the XAML but that actually hides everything inside its hierarchy.
Question: Is it possible to create an AdornerDecorator that takes only the Adorners I want to its AdornerLayer?
I made the example below which enables a factory to pack objects with functionality, but the problem is that the functionality is divorced from the object.