In this step, you'll begin in Visual Studio to create a WPF application using TabControl for WPF.
Complete the following steps:
1. In Visual Studio, select File | New | Project.
2. In the New Project dialog box, select WPF Application.
3. Enter a Name and Location for your project and click OK to create the new application.
4. In the Toolbox, double-click the C1TabControl icon to add the C1TabControl control to the WPF application.
5. Add three tabs to the control by completing the following steps:
1. Click the C1TabControl control once to select it.
2. In the Properties window, click the
Items ellipsis button .
The Collection Editor: Items dialog box opens.
3. Click the Add button three times to add three C1TabItem items to the C1TabControl control.
6. Click OK to close the Collection Editor: Items dialog box.
You have completed the first step of the TabControl for WPF quick start. In this step, you created a project and added a C1TabControl control with three tabs to the project. In the next step, you will customize the control's tab pages.