Problem with focus in WPF

Posted by Maurizio Reginelli on Stack Overflow See other posts from Stack Overflow or by Maurizio Reginelli
Published on 2010-05-25T06:40:40Z Indexed on 2010/05/25 6:41 UTC
Read the original article Hit count: 308

Filed under:
|
|
|

I have an application with a WindowsFormHost, which contains an user control, and a DataGrid. When I hold down the left button on the user control, if the selection on the DataGrid changes (via data-binded property), I lose the focus.
How can I solve that problem?
Thank you.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET