Expander

作者: Lulus | 来源:发表于2017-12-30 22:27 被阅读0次

实现折叠列表的效果

<Expander Header="水果列表">
    <StackPanel>
        <RadioButton Content="苹果"></RadioButton>
        <RadioButton Content="香蕉"></RadioButton>
    </StackPanel>
</Expander>

效果如下:

1

相关文章

网友评论

      本文标题:Expander

      本文链接:https://www.haomeiwen.com/subject/qrnngxtx.html