Hi,
I have 2 controls in a toolbar. (Two textboxes). When I hit tab, it does not go from textbox1 to textbox2..it goes to the next control (a ultratree under the toolbar).
I swear there was setting for this, but I can't remember =(.
Thanks.
The built in items in the UltraToolbarsManager are called tools. You are using TextBoxTools in this case and you are correct: you cannot set the tab order. But I believe the tab order is managed for you. I was not able to reproduce this in a sample. Can you reproduce this in a small sample and post it on the thread?
They are 'controls' within the UltraToolbarManager. I don't see how to set the tab order for the items inside the toolbarmanager.
Are you using TextBoxTools or ControlContainerTools with TextBox controls inside them? If it is the latter, have you tried setting the TabIndex values of the controls to the right order?
If I put my mouse in the first text box after the name lable, hit tab it goes directly to threeview right under. I want it to go to the next text box after the title label. There is no code executing when I hit tab (like a key down or anything like that) so it's not some errant method causing the issue. What do you think?
Hello melegant,
I have tried to reproduce your scenario in 11.1, 10.3 and 10.2 version and it seems to work fine in all versions. I have attached an example.
If it still does not run properly for you please send me a sample to review and make it work for your needs.