Basic Library for WinRT
Step 3 of 3: Running the Application

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 WinRT quick start.

See Also

 

 


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

Product Support Forum  |  Documentation Feedback