In this step, you'll begin in Visual Studio to create a Silverlight application using HeaderedContentControl for WPF and Silverlight.
Complete the following steps:
Add the following namespace in XAML:
xmlns:c1="http://schemas.componentone.com/winfx/2006/xaml"
Add the C1HeaderedContentControl to your project using the following code:
<c1:C1HeaderedContentControl></c1:C1HeaderedContentControl>
In this step, you created a WPF application containing C1HeaderedContentControl. In the next step, you’ll customize C1HeaderedContentControl.