I\'m having this annoying problem with WPF that I can\'t get my head around. What I\'m trying to create, is a very basic implementation of a drawing program (it\'s a school assi
ControlTemplate can only contain one child. Try and change it to a Canvas instead
ControlTemplate
Canvas