Basic Library for WinRT
Step 1 of 3: Creating a C1TabControl Application

In this step, you'll create a Windows Store application using TabControl for WinRT.

Complete the following steps:

  1. In Visual Studio select File | New | Project.
  2. In the New Project dialog box, expand a language in the left pane, under the language select Windows Store, and in the templates list select Blank App (XAML). Enter a Name and click OK to create your project.
  3.  Right-click the project name in the Solution Explorer and select Add Reference.
  4. In the Reference Manager dialog box, select WinRT Edition and click OK to close the dialog box and add the reference.
  5. Open MainPage.xaml if it isn't already open, and add the following markup within the <Page> tag:
Markup
Copy Code
xmlns:c1="using:C1.Xaml"

This adds references to the C1.Xaml assembly to the project.

You have completed the first step of the TabControl for WinRT quick start. In this step, you created a Windows Store project. In the next step, you will add tabs and tab pages to the control.

See Also

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback