Skip to content

Instantly share code, notes, and snippets.

@rkmax
Created August 6, 2012 21:54
Show Gist options
  • Save rkmax/3278803 to your computer and use it in GitHub Desktop.
Save rkmax/3278803 to your computer and use it in GitHub Desktop.
Uso de Behavior.cs
<Window x:Class="TypoV.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
<!--...-->
xmlns:Controls="clr-namespace:Rkmax.Controls;assembly=Rkmax">
<!--...-->
<!--Habilitamos el comportamiento en el TextBox-->
<TextBox Controls:Behaviors.SelectTextOnFocus="True"/>
<!--...-->
</Window>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment