Ejemplo n.º 1
0
        void EntryFocus()
        {
            EntryText.Text = "";

            EntryText.Text = game.lastLetterForPlace;

            EntryText.Focus();

            EntryText.CursorPosition = 1;
        }
Ejemplo n.º 2
0
 private void EntryText_Completed(object sender, EventArgs e)
 {
     EntryText.Focus();
     //var x = MessageListView.ItemsSource;
     //MessageListView.ScrollTo(vm.Messages.Last(), ScrollToPosition.Start, false);
 }