Hi,
The line should be added in the virtual method
"MultiLineTextEditor.OnIsOpenChanged( bool oldValue, bool newValue )".
The Line :
You can wait for v2.4, it includes the fix.
The line should be added in the virtual method
"MultiLineTextEditor.OnIsOpenChanged( bool oldValue, bool newValue )".
The Line :
Dispatcher.BeginInvoke(new Action(()=>_textBox.Focus()), DispatcherPriority.Background);
When the MultilineTextEditor will open, the focus will be put on "_textBox" which is the "PART_TextBox" of the Control. You can wait for v2.4, it includes the fix.