I'm investigating RadControls for WPF at the moment, and I'm having a bit of trouble with the behavior of a modal RadWindow.
With normal modal WPF windows, if you click on the owner window, you get an alert noise and the child modal window flashes to draw your attention. With RadWindow I only get the alert noise.
I couldn't find this behavior built in to RadWindow, so I was wondering if there's some event on either the owner or child windows I could listen to and manually trigger an animation?
Thanks.
With normal modal WPF windows, if you click on the owner window, you get an alert noise and the child modal window flashes to draw your attention. With RadWindow I only get the alert noise.
I couldn't find this behavior built in to RadWindow, so I was wondering if there's some event on either the owner or child windows I could listen to and manually trigger an animation?
Thanks.