Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Elegant Ribbon Tech Support » TextBox doesn't focus with [Tab] Collapse All
Subject Author Date
Roman Bachmann Jul 7, 2009 - 8:21 AM

I prepare a Usercontrol with a Elegant.Ui.Panel and some Elegant.Ui.TextBoxes. Then I add the usercontrol to a System.Windows.Forms.SplitContainer (.Panel2).


The property "TabStop" of the TextBoxes is default set to "True". But if I use [Tab] in the running application, they don’t focus so I can’t type in them.


After clicking in all textboxes with the mouse, the order of the "TabIndex" works fine. I tried to loop through all textboxes and focus them shortly, but I couldn’t manage to do this properly.


Tabbing works fine, if I add the TextBoxes directly to "SplitContainer.Panel2" and not via usercontrol/Panel, so I believe, I do something wrong. 


Could you please provide me help? Thank you very much.

Roman Bachmann Jul 7, 2009 - 8:24 AM

Sorry, I forgot to write, which version I’m using: 3.2.


Thank you.