Rukhsaan

Rukhsaan

  • NA
  • 116
  • 20.8k

selecting value in combo

Apr 1 2014 11:24 AM
hi all,
this is my code:

<ComboBox x:Name="cmbImages" Margin="0,2,0,5"  > 
<ComboBoxItem Tag="image/arrow_down_green.png" >
<StackPanel Orientation="Horizontal">
<Image Source="image/arrow_down_green.png" Height="30"></Image>
</StackPanel> </ComboBoxItem> <ComboBoxItem Tag="image/arrow_left_green.png" > <StackPanel Orientation="Horizontal"> <Image Source="image/arrow_left_green.png" Height="30"></Image> </StackPanel> </ComboBoxItem></ComboBox >

How can i select tag from code behind


Answers (3)