wpf trigger events after a few milli-seconds!!!
- by Rev
Hi
What was that "wpf trigger events after a few Milli-seconds" ;)
Let me explain about that:
I have a wpf form with few controls. some of these control over-writing template. for example a textblock with an effect will be trigger on Mouse-Enter event and change color of foreground to something else.
But after running program when mouse enter on textBloc, it takes a few Milli-seconds until Mouse-enter event triggers. also all control or better say all control which use mouse-events have this problem.
How solve this problem???