次のように、アプリケーションのアニメーションを有効にすると、次のApp.xaml.cs
ようになります。
RootFrame = new RadPhoneApplicationFrame { Transition = new RadContinuumAndSlideTransition() };
NullReference
日時ピッカーをクリックすると例外が発生します。
Microsoft.Phone.Controls.DataSource.GetPrevious(Object RelativeTo)
at Microsoft.Phone.Controls.Primitives.LoopingSelector.Balance()
at Microsoft.Phone.Controls.Primitives.LoopingSelector.UpdateData()
at 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)
さまざまなWebサイトで見たように、これは既知の問題ですが、解決策が見つかりませんでした。
このアニメーションを1ページで無効にできますか?
よろしくお願いします