ComponentOne Basic Library for UWP
Basic Library Overview / ListBox for UWP / C1ListBox Quick Start / Step 3 of 3: Running the ListBox Application
In This Topic
    Step 3 of 3: Running the ListBox Application
    In This Topic

    Now that you've created a UWP style application and customized the application's appearance and behavior, the only thing left to do is run your application. To run your application and observe ListBox 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, displaying an image.

    1. Use the scroll bar on the right of the control, to scroll through the image stream.
    1. If you have touch capabilities, try pinching to zoom an image.

    What You've Accomplished

    Congratulations! You've completed the ListBox for UWP quick start and created an application using the C1ListBox control and viewed some of the run-time capabilities of your application.

    See Also