I have two windows open at a time, Suppose I click one button on a deactivated(non focused) window, I dont want the code behind the button to work, unless the user click the button again. At the same time, I want to show the tooltip when the user place the cursor on it.
Share
I put
IsHitTestVisible = falsein the grid of the window where I want the above behaviour and I get the expected behaviourThanks