摘要:
想要实现锁定Pivot的某一页面,让它不能切换,只要对PivotItem 绑定一下三个事件即可Gilstock 中用到锁分时图和K线privatevoidKLPivotItem_ManipulationCompleted(objectsender,ManipulationCompletedEventArgse){e.Handled=true;}privatevoidKLPivotItem_ManipulationStarted(objectsender,ManipulationStartedEventArgse){e.Handled=true;}privatevoidKLPivotItem_. 阅读全文