WPF Expander

实现折叠列表的效果

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

效果如下:

 1
posted @ 2017-12-30 22:29  Lulus  阅读(349)  评论(0编辑  收藏  举报