Skip to content

Instantly share code, notes, and snippets.

@hlodwig
Created February 19, 2013 17:40
Show Gist options
  • Save hlodwig/4988084 to your computer and use it in GitHub Desktop.
Save hlodwig/4988084 to your computer and use it in GitHub Desktop.
Set the TextBox cursor to the end of its text
<TextBox x:Name="myTextBox" CaretIndex="{Binding Path=Text.Length}" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment