Hi,
In Windows Forms it is virtually impossible to have a control paint over its children - overriding OnPaint doesnt help, because the children are drawn after the control itself. I've tried overriding OnRender in WPF with the same results. Is/will be this possible with WPF
Thanx.

Drawing over control children
PattiBiggs
AlaaZaghmout