<Grid>
<Grid.RowDefinitions>
<RowDefinition></RowDefinition>
<RowDefinition></RowDefinition>
</Grid.RowDefinitions>
<Expander Header="可以折叠" Name="expander1" IsExpanded="True" >
<StackPanel>
<RadioButton>中国</RadioButton>
<RadioButton>美国</RadioButton>
<RadioButton>日本</RadioButton>
<RadioButton>法国</RadioButton>

</StackPanel>
</Expander>
<Expander Name="expander2" Grid.Row="1" ExpandDirection="Right">
<Expander.Header>
<Image Source="1.gif" Width="50" Height="50"></Image>
</Expander.Header>
<StackPanel>
<CheckBox>法国队</CheckBox>
<CheckBox>意大利队</CheckBox>
<CheckBox>巴西队</CheckBox>
</StackPanel>
</Expander>
</Grid>

相关文章:

  • 2022-12-23
  • 2021-06-07
  • 2021-11-22
  • 2022-12-23
  • 2021-08-26
  • 2021-12-26
  • 2021-05-23
  • 2022-12-23
猜你喜欢
  • 2021-10-12
  • 2021-04-15
  • 2021-10-04
  • 2021-04-24
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案