ComponentOne Basic Library for UWP
Basic Library Overview / Layout Panels for UWP / Layout Panels for UWP Quick Starts / WrapPanel for UWP Quick Start / Step 1 of 3: Creating an Application
In This Topic
    Step 1 of 3: Creating an Application
    In This Topic

    In this step you'll begin in Visual Studio to create a UWP-style application using WrapPanel for UWP.

    To set up your project, complete the following steps:

    1. In Visual Studio, Select File | New | Project.
    1. In the New Project dialog box, select Templates | Visual C# | Windows | Universal. From the templates list, select Blank App (Universal Windows). Enter a Name and click OK to create your project.
    1. Open MainPage.xaml if it isn't already open.  

    In the next step, you'll add, style, and wrap several HyperlinkButtons.

    See Also