In our application we have a DockableWindow. Because of the selection we will show a Document Window and select the textbox with TabIndex = 0.
But I find no possibility to focus the textbox. The focus is still left in the DockableWindow.
TextBox.Focus() doesn't work.
Please Help. Thanks