本文介绍了如何更改SemanticZoom Control的后退按钮行为的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个用于过滤器选择的内容对话框。现在我正在使用语义缩放。这就是我的语义缩放应该做的事情


第一个视图 - 缩小 - 通过  IsZoomedInViewActive = " False"


现在他按下了项目 - 它变幻莫测(正在发生)


他按下 - 再次缩小视图。(没有发生)



如果在
中按下缩小状态,则按下它进入放大状态


请帮我实现



解决方案

I have a content dialog box for filter selection. Now i am using semantic zoom. this is what the my semantic zoom should do

1st view- zoomed out -- Achieved by IsZoomedInViewActive="False"

now he pressed and item - it zoomes in ( happening )

he presses back - zoomed out view again. ( not happening )

Also if inzoomed out state back is pressed it goes to zoom in state

Please help me implement it

解决方案


这篇关于如何更改SemanticZoom Control的后退按钮行为的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-14 07:50