[]
In this step, you'll begin in Visual Studio to create a Silverlight application using HeaderedContentControl for WPF and Silverlight.
Complete the following steps:
In Visual Studio, select File | New | Project.
In the New Project dialog box, select a language in the left pane, and in the templates list select WPF Application.
Enter a Name and Location for your project and click OK. A new WPF application is created, which opens with the MainPage.xaml file displayed in Design view.
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.