❔ how can WPF change the hover mouseover color of something like Winforms can?
I'm getting increasingly frustrated at how many features WPF is just lacking compared to winforms, and i feel like this is my breaking point. I've googled all over, but how can WPF forms change the color of something on mouseover? Unlike winforms, it seems to do it by default, with no way to disable it or change the color it changes to, without a ton of code. Is there anyway at all to change it in a simple way, or do i really have to do the unreasonable and write multiple paragraphs of code per button/element on a form for something that should just be 1 button click. HELP DX