c# - wpf textbox focus issue -


I have a control with several text box controls on it.

Now, when I edit one of the text boxes, the focus is switched to the next textbox, but I have to press an extra tab to enter the "edit" step.

The first tab simply drages a dotted background to the text box ... and the other actually puts the cursor position in the text box.

Thank you.

Are you sure that you do not have any hidden controls or other controls Accepting the first focus? Either way, you should be able to update the tabined code value of your controls so that they can follow a logical sequence when the tab is pressed.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -