WPF and Silverlight Edition Basic Library / Combo Box / ComboBox Features / Drop-Down List / Launching with the Drop- Down List Open
Launching with the Drop- Down List Open

To launch the C1ComboBox with its drop-down list open, set the IsDropDownOpen property to True.

Complete the following steps:

  1. Add IsDropDownOpen="True" to the <c1:C1ComboBox> tag so that the markup resembles the following:
XAML
Copy Code
<c1:C1ComboBox HorizontalAlignment="Left" Width="249" IsDropDownOpen="True">
  1. Run the program and observe that the drop-down list is open upon page load.