[]
        
(Showing Draft Content)

Quick Start

The following quick start guide is intended to get you up and running with ComboBox for WPF and Silverlight. In this quick start, you'll create a new Visual Studio project with two C1ComboBox controls. The first control will be populated with a list of three items that, when clicked, will determine the list that appears in the second combo box.

See Also

Step 1 of 4: Creating an Application

Step 2 of 4: Adding Items to the ComboBox Control

Step 3 of 4: Adding Code to the Control

Step 4 of 4: Running the Project