天天看點

重新想象 Windows 8 Store Apps (5) - 控件之集合控件: ComboBox, ListBox, FlipView, ItemsControl, ItemsPresenter

<a href="http://files.cnblogs.com/webabcd/Windows8.rar">[源碼下載下傳]</a>

重新想象 Windows 8 Store Apps (5) - 控件之集合控件: ComboBox, ListBox, FlipView, ItemsControl, ItemsPresenter

介紹

重新想象 Windows 8 Store Apps 之集合控件

ComboBox - 下拉框

ListBox - 清單框

FlipView - 滑動視圖控件

ItemsControl ItemsPresenter - ItemsPresenter 用來呈現 ItemsControl 的 Items

示例

1、ComboBox 的 Demo

ComboBoxDemo.xaml

ComboBoxDemo.xaml.cs

2、ListBox 的 Demo

ListBoxDemo.xaml

ListBoxDemo.xaml.cs

3、FlipView 的 Demo

FlipViewDemo.xaml

FlipViewDemo.xaml.cs

4、ItemsControl, ItemsPresenter 的 Demo

ItemsControlDemo.xaml

OK

繼續閱讀