您的位置:首页 > 其它

silverlight控件备忘

2011-10-18 19:27 176 查看
Accordion 这是一个折叠控件

<toolkit:Accordion HorizontalAlignment="Stretch" Margin="13,8,11,16" Grid.Row="2" VerticalAlignment="Stretch">

<toolkit:AccordionItem Header="我的办公桌">

<ListBox HorizontalAlignment="Stretch" >

<ListBoxItem Content="123" BorderThickness="0" />

<ListBoxItem Content="123" BorderThickness="0"/>

<ListBoxItem Content="123" BorderThickness="0"/>

<ListBoxItem Content="123" BorderThickness="0"/>

</ListBox>

</toolkit:AccordionItem>

</toolkit:Accordion>

tablecontrol 选项卡

/CNCNY;component/ 在引用图片的时候,图片地址前要加/CNCNY;component/即/项目名称;component/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: