当我像这样为我的应用程序启用动画时App.xaml.cs
:
RootFrame = new RadPhoneApplicationFrame { Transition = new RadContinuumAndSlideTransition() };
NullReference
单击日期时间选择器时出现异常:
在 Microsoft.Phone.Controls.DataSource.GetPrevious(Object relativeTo)
在 Microsoft.Phone.Controls.Primitives.LoopingSelector.Balance()
在 Microsoft.Phone.Controls.Primitives.LoopingSelector.UpdateData()
在 Microsoft.Phone.Controls.Primitives .LoopingSelector.OnSizeChanged(Object sender, SizeChangedEventArgs e)
at System.Windows.FrameworkElement.OnSizeChanged(Object sender, SizeChangedEventArgs e)
at MS.Internal.JoltHelper.RaiseEvent(IntPtr target, UInt32 eventId, IntPtr coreEventArgs, UInt32 eventArgsTypeIndex)
正如我在各种网站上看到的,这是一个已知问题,但我没有找到解决方案。
我可以为单个页面禁用此动画吗?
此致