Basic Library for WPF and Silverlight | ComponentOne
WPF and Silverlight Edition Basic Library / Combo Box / ComboBox Quick Start / Step 4 of 4: Running the Project
In This Topic
    Step 4 of 4: Running the Project
    In This Topic

    In the previous three steps, you created a WPF or Silverlight project with two combo boxes, added items to the first combo box, and wrote code that will populate the second combo box with items once an item is selected in the first combo box. In this step, you will run the project and observe the results of this quick start.

    Complete the following steps:

    1. Select Project | Run Project to run the project. The project loads with two blank combo boxes:
    1. Click the second combo box's drop-down arrow and observe that the drop-down list is empty:
    1. Click the first combo box's drop-down arrow and select Comedy.
    2. Click the second combo box's drop-down arrow and observe that the drop-down list features the following items:
    1. Click the first combo box's drop-down arrow and select Drama.
    2. Click the second combo box's drop-down arrow and observe that the drop-down list features the following items: 

    1. Click the first combo box's drop-down arrow and select Science Fiction.
    2. Click the second combo box's drop-down arrow and observe that the drop-down list features the following items:

     

    Congratulations! You have completed the ComboBox for WPF or Silverlight quick start.