Basic Library Overview / Layout Panels for UWP / Layout Panels for UWP Quick Starts / WrapPanel for UWP Quick Start / Step 3 of 3: Running the Application
In This Topic
Step 3 of 3: Running the Application
In This Topic

Now you're ready to run the application. Complete the following steps:

  1. From the Debug menu, select Start Debugging. Your application will look similar to the following:
  1. Click the Stop Debugging button to close the application.
  1. Go back to MainPage.xaml. In the <Xaml:C1WrapPanel> tag, set the Orientation property to Vertical; the XAML will look like the following:
Markup
Copy Code
<Xaml:C1WrapPanel Orientation="Vertical">
  1. Click Start Debugging again in the Debug menu. Your application will now look like this:

Notice how the buttons are stacked vertically.

Congratulations! You have successfully completed the WrapPanel for UWP quick start.

See Also