本文介绍了暂时禁用FlipView的翻转的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要阻止用户滑动或点击下一个按钮,直到发生特定事件。我无法使用IsEnabled属性,因为我需要FlipView内部的内容仍然是交互式的。这可能是
吗?

I have a need to prevent the user from being able to swipe or click the next button until a particular event has occurred. I am unable to use the IsEnabled property because I need the contents inside of the FlipView to still be interactive. Is this possible?

推荐答案

问候,

Sunil

Regards,
Sunil


这篇关于暂时禁用FlipView的翻转的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-16 04:26