Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アプリimage+text内に配置したい。comboBoxこれどうやってするの?
image+text
comboBox
私は適切な値を使用してこれを使用してこれを行いました:
<ComboBox> <ComboBox.ItemTemplate> <DataTemplate> <StackPanel Orientation="Horizontal" VerticalAlignment="Center"> <Image/> <TextBlock/> </StackPanel> </DataTemplate> </ComboBox.ItemTemplate> </ComboBox>