天天看點

重新想象 Windows 8 Store Apps (10) - 控件之 ScrollViewer 特性: Chaining, Rail, Inertia, Snap, Zoom

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

重新想象 Windows 8 Store Apps (10) - 控件之 ScrollViewer 特性: Chaining, Rail, Inertia, Snap, Zoom

介紹

重新想象 Windows 8 Store Apps 之 ScrollViewer

Chaining - 鎖鍊

Rail - 軌道

Inertia - 慣性

Snap - 對齊

Zoom - 縮放

示例

1、示範 ScrollViewer 的 Chaining 特性

ScrollViewer/Chaining.xaml

2、示範 ScrollViewer 的 Rail 特性

ScrollViewer/Rail.xaml

3、示範 ScrollViewer 的 Inertia 特性

ScrollViewer/Inertia.xaml

4、示範 ScrollViewer 的 Snap 特性

ScrollViewer/Snap.xaml

ScrollViewer/Snap.xaml.cs

5、示範 ScrollViewer 的 Zoom 特性

ScrollViewer/Zoom.xaml

ScrollViewer/Zoom.xaml.cs

OK

繼續閱讀