摘要: AutoCompleteBox是SliverLight中的自动提示框控件,其中有一个ItemsSource属性,用于绑定数据源下面是一个例子1.AccordionSample.xaml<UserControl xmlns:input="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Input" x... 阅读全文
posted @ 2010-07-11 21:10 ForrestWoo 阅读(2031) 评论(4) 推荐(0)
摘要: accordion是SilverLight布局控件中的手风琴样式。界面下面在例子中学习1.AccordionSample.xaml<UserControl x:Class="Silverlight.Common.AccordionSample" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x... 阅读全文
posted @ 2010-07-11 19:47 ForrestWoo 阅读(4319) 评论(1) 推荐(0)