首页 > 其他 > 详细

Expander

时间:2017-12-30 23:22:55      阅读:262      评论:0      收藏:0      [点我收藏+]

实现折叠列表的效果

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

效果如下:

 
技术分享图片

Expander

原文:https://www.cnblogs.com/Lulus/p/8151397.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!