实现折叠列表的效果
<Expander Header="水果列表">
<StackPanel>
<RadioButton Content="苹果"></RadioButton>
<RadioButton Content="香蕉"></RadioButton>
</StackPanel>
</Expander>
效果如下:
实现折叠列表的效果
<Expander Header="水果列表">
<StackPanel>
<RadioButton Content="苹果"></RadioButton>
<RadioButton Content="香蕉"></RadioButton>
</StackPanel>
</Expander>
效果如下:
本文标题:Expander
本文链接:https://www.haomeiwen.com/subject/qrnngxtx.html
网友评论