Questions tagged [ismouseover]
47 questions
10
votes
3 answers
IsMouseOver trigger doesn't work when using ShowDialog and borderless window
I have two Windows for an application. One of them is MainWindow and the other is for settings. SettingsWindow opens when settings button is clicked by using ShowDialog and setting its Owner to MainWindow.
On the SettingsWindow I have a button at…

Ali Tor
- 2,772
- 2
- 27
- 58
7
votes
1 answer
Difference between IsMouseOver and IsHighlighted in WPF styles
As in the title, I was wondering what is the difference between IsMouseOver and IsHighlighted property triggers in WPF styles.
Does anyone know?

Sergio
- 2,078
- 3
- 24
- 41
7
votes
1 answer
WPF Trigger Not Working As Intended
I want a red button that turns black when the mouse hovers over it.