Hi, I would like to set the focus on a textbox in my custom document content in WPF. I set all those focusable parameters to true. Still, the focus is not on the textbox. Any thought or comment ?
So far, I've added these textbox.Focus(); textbox.SelectAll(); to the constructor of my WPF page.
textbox is in a Canvas inside a DockPanel, and all of them are part of a custom:DocumentContent.
thank you in advance,