Hello,
thanks for your replay.
Anyway, I can't figure out how to achieve my goal. I put your code line (in vb.net) into the GotFocus event of the MultiLine TextEditor (I called it mltbContenitori) like this:
thanks for your replay.
Anyway, I can't figure out how to achieve my goal. I put your code line (in vb.net) into the GotFocus event of the MultiLine TextEditor (I called it mltbContenitori) like this:
Private Sub mltbContenitori_GotFocus(sender As Object, e As RoutedEventArgs)
Dispatcher.BeginInvoke(New Action(Sub() mltbContenitori.Focus()), Windows.Threading.DispatcherPriority.Background)
End Sub
but nothing happens.