我不知道这是否有效,但是否有机会将光标Textbox
自动移动到一个位置(1 个空格键单击)。例如:我运行应用程序,光标在里面Textbox
自动移动一个空格键
我的文本框:
<TextBox TextChanged="Searchbox_TextChanged" x:Name="Testing" Margin="2" Grid.Row="1" Text="{Binding SearchSmthg, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" VerticalContentAlignment="Center" Controls:TextboxHelper.ClearTextButton="True" Controls:TextboxHelper.Watermark="Search ..."/>