0

是否有内置控件允许您在缩小时交换子元素?

与您在开始屏幕上转到“所有应用程序”时的方式类似,您可以捏住磁贴并将它们分组并分类为字母 AZ。

这是需要手动处理手势的自定义功能,还是有更简单的方法来检测捏合/缩放?

4

2 回答 2

2

我认为您正在寻找的是 SemanticZoom 控件。

<SemanticZoom ...>
   <SemanticZoom.ZoomedOutView>
     <a control that implements ISemanticZoomInfo />
   </SemanticZoom.ZoomedOutView>
   <SemanticZoom.ZoomedInView>
     <a control that implements ISemanticZoomInfo />
   </SemanticZoom.ZoomedInView>
</SemanticZoom>

http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.controls.semanticzoom

于 2013-10-22T15:59:27.357 回答
1

看看这篇很棒的博客文章,这就是你想要的

于 2013-10-04T04:50:46.800 回答