0
如何獲取WPF中組合框的選定文本塊項目?如何獲取WPF中組合框的選定文本塊項目
這裏是我的代碼
<ComboBox Width="180" Name="comboBox">
<ComboBoxItem>
<StackPanel Orientation="Horizontal">
<Label Background="Red"></Label>
<TextBlock Width="150">Apple</TextBlock>
<Label ></Label>
</StackPanel>
</ComboBoxItem>
</ComboBox>