We take a Silverlight application and write the following XAML code in editor
<Grid
x:Name="LayoutRoot"
Background="White">
<ComboBox
Height="42"
HorizontalAlignment="Left"
ItemsSource="{Binding
}"
Margin="38,35,0,0"
Name="ComboBox1"
VerticalAlignment="Top"
Width="134"
Background="#FF365772"
Foreground="#FF3D3F41"
/>
</Grid>

Join the conversation! Your thoughts help the community grow.