Now that you've created a WPF application and customized the application's appearance, the only thing left to do is run your application. To run your application and observe DropDown for WPF's run-time behavior, and then further customize the control, 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:
The C1DropDown control appears as a simple drop-down box. Notice the text that you specified appears in the header of the control.
2. Click the C1DropDown control’s drop-down arrow. Notice that the TreeView control is now visible:
3. Expand an item in the drop-down box – notice that you can interact with the TreeView control as you might normally.
4. Click the C1DropDown control’s drop-down arrow again:
Observe that the drop-down box closes.
Congratulations! You've completed the DropDown for WPF quick start and created a simpleWPF application, added and customized a DropDown for WPF control, and viewed some of the run-time capabilities of the control.