WPF Databind Before Saving

I found that removing the menu items that are scope depended from the FocusScope of the menu causes the textbox to lose focus correctly. I wouldn’t think this applies to ALL items in Menu, but certainly for a save or validate action.

<Menu FocusManager.IsFocusScope="False" >

Leave a Comment