Now that you've created a WPF 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 WPF'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.
2. Use the scroll bar on the right of the control, to scroll through the image stream.
3. If you have touch capabilities, try pinching to zoom an image.
What
You've Accomplished
Congratulations! You've completed the ListBox for WPF quick start and created an application using the C1ListBox control and viewed some of the run-time capabilities of your application.