Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
3answers
238 views

How can I manually tell an owner-drawn WPF Control to refresh?

We are doing custom drawing in a control subclass's OnRender. This drawing code is based on an external trigger and data. As such, whenever the trigger fires, we need to re-render the control based ...
1
vote
1answer
140 views

WPF OnRender Z-Order control?

I have a custom panel that implements a nice custom layout of its children. I want to add some extra graphics to the panel and so override OnRender to add extra rectangles etc. It works great except ...