コード例 #1
0
 private void BeginAnimation_Intro()
 {
     animation.InitializeTimerValues(120 + animationWeight, 118 + animationWeight, 0, 120, 118, 100, 5);
     SViewer.ScrollToHome();
     animation.AnimationTimer.Start();
 }
コード例 #2
0
ファイル: LogWindow.xaml.cs プロジェクト: yqym2019/AutumnBox
 private void Logs_CollectionChanged(object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs e)
 {
     SViewer.ScrollToBottom();
 }