Custom vs User control
Choice is not only between user control and custom control, but among user control, custom control, customizing control template, customizing data template, header template (for collection based controls), attached properties. Refer to Control Authoring overview I go by following order of consideration Attached Properties : If functionality can be achieved, I use attached properties. Example, … Read more