In this article I am going to talk about 7 common mistakes that developers make when implementing Windows Phone Custom Controls. All of the examples given below are taken from real questions that we were asked or from real Windows Phone projects that we have helped developers with the implementation.

Generally, Custom Controls are skinable, themable and reusable controls that once created can be used by simply loading the assembly in any project. All controls that are used in Silverlight for Windows Phone 7 (eg., Button, TextBlock, ListBox) and UserControl are also Custom Controls. Usually Custom Controls inherit from Control, ItemsControl, ContentControl, etc.

 

Read More from: Original Source