问题描述
我想使用语义缩放(或其效果)在我的 UWP 应用程序中选择一个位置.
I want to use semantic zoom (or its effect) for selecting a location in my UWP Application.
我想先选县,第二选城市,第三选位置.
I want to select the county first, and second select city, and third select the location.
有人对此有真正的想法吗?
Has anyone a true idea about this?
我搜索了多个缩放以进行语义缩放,但这显然是不可能的.
I searched multiple zooms for semantic zoom, but it's apparently impossible.
我使用了两个语义缩放视差,但这也有其问题.
I used two semantic zoom parallax, but that has its problems also.
有人可以帮忙吗?
推荐答案
我找到了我的解决方案,
I found my solution,
从这个页面,我了解到我们可以在语义缩放中使用网格!我创建了一个语义缩放,并在 ZoomedInView 添加了一个 SemanticGrid(我已经像上面的链接一样添加了它),然后我在这个 SemanticGrid 中添加了另一个语义缩放
from this page, I understood that we can have a Grid in semantic zoom!I created a semantic zoom and in ZoomedInView add a SemanticGrid (that I've added like above link) and I add another semantic zoom into this SemanticGrid
现在我有 3 级缩放,我很高兴 :)
now I have 3 level zoom and I'm happy :)
这篇关于如何在 UWP 中使用语义缩放 3 级?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!