To launch the C1ComboBox with its drop-down list open, set the IsDropDownOpen property to True.
Complete the following steps:
XAML Copy Code <c1:C1ComboBox HorizontalAlignment="Left" Width="249" IsDropDownOpen="True">
<c1:C1ComboBox HorizontalAlignment="Left" Width="249" IsDropDownOpen="True">
Visual Basic Copy Code C1ComboBox1.IsDropDownOpen = True C# Copy Code C1ComboBox1.IsDropDownOpen = true;
C1ComboBox1.IsDropDownOpen = True
C1ComboBox1.IsDropDownOpen = true;