Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

New Post: Multiline TextEditor keyboard focus on dropdown

$
0
0
Hi,

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.

Viewing all articles
Browse latest Browse all 4964

Trending Articles