Gu.Wpf.Adorners
Gu.Wpf.Adorners copied to clipboard
I downloaded this source code into Visual Studio 2019 and when compiling the source code hundreds of warning errors appeared and alot of compile errors Is there something special I...
Improvement suggestion: The watermark adorner looks great, however it seems like there is a limitation in terms of what it can display. I have a use-case where I want to...
Having the following minimal code sample in a plain WPF window. ``` xmlns:adorn="http://gu.se/Adorners" xmlns:geo="http://gu.se/Geometry" ... ``` 1. When zooming (mouse wheel) or dragging, the size and position of the Overlay...
Hello, I'm currently using [v2.1.1](https://github.com/GuOrg/Gu.Wpf.Adorners/releases/tag/2.1.1) installed via NuGet using Visual Studio Community 2019 (v16.9.3) in a WPF C# MVVM project (.NET Framework 4.7.2). Project compiles as expected, but IntelliSense complains...
The issue is whenever you try to bind to the original datacontext from inside the Info adorner, it throws binding errors. After little investigations and source code decompilation, I figured...
Hi, I've added addorner for TextBlock but it doesn't render. Do I have to use TextBox? I wasn't sure from the usage guide whether only TextBox, PasswordBox and ComboBox are...
If i drag an element outside of the window of my WPF app, the adorner disappears. I've noticed some other apps are capable of maintaining the adorner. Possible enhancement? This...
Could you implement support for the RichTextBox control?
It would be great if there was a way to set the Watermark to hidden if the control has `InEnabled=False`. A couple options would be to enable a public setter...