Devi aggiungere dei combobox Item
codice:<ComboBox Height="23" HorizontalAlignment="Left" Margin="177,153,0,0" Name="scelta" VerticalAlignment="Top" Width="200" SelectionChanged="comboBox1_SelectionChanged" > <ComboBoxItem>Mele</ComboBoxItem> <ComboBoxItem>Pere</ComboBoxItem> <ComboBoxItem>Banane</ComboBoxItem> </ComboBox>

Rispondi quotando