Пример #1
0
 private void JumpToTheEndOfTextBox(MetroTextBox textBox)
 {
     textBox.Focus();
     textBox.Select(textBox.Text.Length, 0);
 }