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