ComponentOne TileView for UWP
TileView for UWP Quick Start / Step 3 of 3: Running the C1TileView Application
In This Topic
    Step 3 of 3: Running the C1TileView Application
    In This Topic

    Now that you've created a XAML application and customized the C1TileView control, the only thing left to do is run your application. To run your application and observe TileView for UWP's run-time behavior, complete the following steps:

    1. From the Debug menu, select Start Debugging to view how your application will appear at run time. 

    The application will appear similar to the following:

     

    Notice that the C1TileView control appears with three C1TileViewItems.

    1. Click on the red item's header and drag the item to towards the blue item. The items will trade places.
    1. Click on the yellow item's header to maximize the item. Note that the other two items are minimized:

     

     

    Congratulations!
    You've completed the TileView for UWP quick start and created a simple UWP application, added and customized a TileView for UWP control, and viewed some of the run-time capabilities of the control.

    See Also