
- I am using CollectionTagger<T> and DecorationAdornmentManagerBase<TView, TTag> to create adornments (colored rectangles) around some text ranges.
- A style trigger changes the color of the adornment rectangles while IsMouseOver is true (-> hover effect).
- The adornment layer for these rectangles should be positioned after the selection layer, so that the text selection will be rendered in front of the rectangles.
Works great, but now the Problem:
My hover effect stops working for selected text. It seems, that the selection "catches" the mouse over events.
Any workaround for this problem?
Thanks,
Tom