Add a custom control to the Silverlight Designer

The controls that appear in the Silverlight Designer toolbox are Silverlight controls. To add additional controls into the Designer toolbox, start with a Silverlight control from a commercial control vendor or create your own.

Procedure


  • To use an existing Silverlight control, follow the instructions in Add a reference to a Silverlight assembly.
  • To create your own control, create it in Visual Studio as a Silverlight class library project. Test it within Visual Studio to validate that the control works as it should before trying to use it in the Silverlight Designer. Then, follow the instructions in Add a reference to a Silverlight assembly.
Note: For either procedure, see Create a custom data type editor for the Silverlight Designer to customize the design-time experience with the control.