Rendering order in ContentControl - WPF

Posted by Eden on Stack Overflow See other posts from Stack Overflow or by Eden
Published on 2010-05-17T06:34:45Z Indexed on 2010/05/17 6:40 UTC
Read the original article Hit count: 414

Filed under:
|
|
|

Hi,

There is something that I don't understand regarding ContentControl: I've a class that inherits from ContentControl, and it overrides the OnRender method. And although I don't call base.OnRender(drawingContext) still the content is being rendered...

How come?

What am I missing?

Thanks, Eden

© Stack Overflow or respective owner

Related posts about wpf

Related posts about wpf-controls