Hi,
I have a xamdockmanager inside i have a content pane, inside a content pane i have a usercontrol which is rendered through c#, this usercontrol contains editable and noneditable controls. The requirement here is whenever the contenpane gets populated under that the first editable field should get the focus. Thanks in advance!
We tried calling contentPane.Activate(), but it's not working. The keyboard input cannot be sent to the text box. It will be working when we explicitly use mouse to click on the floating window header.
How can we programatically achieve the same thing when we click on the floating window header.
ThanksRic Yik
I'm not sure what you mean by when the contentpane gets populated but with regards to activation, i.e. clicking on the pane header, using the pane navigator, explicitly calling its Activate method, etc.), by default when a ContentPane is activated, it moves focus to the first focusable control within the pane.