Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
873 views

WPF UIElements Inline with Text “Adornments”

In WPF how can I put regular UIElements inline with text? For example a certain classification of text would replace a span of text with a dropdown containing specific options. I've used objects ...
1
vote
1answer
75 views

Can't change Visual Studio adorner z order

I am writing a Visual Studio extension that hovers above everything inside the text editor (above selections, text, etc). [Export(typeof(IWpfTextViewCreationListener))] [ContentType("csharp")] ...
1
vote
1answer
259 views

Remove WPF Validation adornment from Label

I am using databinding and IDataErrorInfo style validation in a form. This form includes a Label control for which I don't want to show the red adornment when validation fails. Can anyone recommend a ...
0
votes
0answers
11 views

Adornement layer in Visual Studio 2010 editor randomly moves by scrolling

I am trying decorate code lines with various metrics collected during an execution of a program. In order to do that I use VS extensibility and adornments layer. However it seems to be somewhat ...