We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d16fe commit ad390c5Copy full SHA for ad390c5
1 file changed
src/Codebreaker.WinUI/Views/Pages/GamePage.xaml.cs
@@ -41,5 +41,9 @@ public void Receive(GameMoveMessage message)
41
animation.Configuration = new BasicConnectedAnimationConfiguration();
42
animation.TryStart(ellipse);
43
});
44
+
45
+ // Scroll to bottom
46
+ pegScrollView.UpdateLayout();
47
+ pegScrollView.ScrollToVerticalOffset(1000000000);
48
}
49
0 commit comments