Could be something I've done wrong but I have been unable to explicitly set focus to an IntegerUpDown control (the textbox portion is what I'm expecting).
I've done similar techniques to other types of controls that have worked:
http://stackoverflow.com/questions/673536/wpf-cant-set-focus-to-a-child-of-usercontrol
http://apocryph.org/2006/09/10/wtf_is_wrong_with_wpf_focus/
Comments: ** Comment from web user: rsuter **
I've done similar techniques to other types of controls that have worked:
http://stackoverflow.com/questions/673536/wpf-cant-set-focus-to-a-child-of-usercontrol
http://apocryph.org/2006/09/10/wtf_is_wrong_with_wpf_focus/
Comments: ** Comment from web user: rsuter **
Same problem here. Had to set Focusable="True" then ctrl.Focus() worked..