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