wpf trigger events after a few milli-seconds!!!
Posted
by Rev
on Stack Overflow
See other posts from Stack Overflow
or by Rev
Published on 2010-05-18T10:41:26Z
Indexed on
2010/05/19
4:00 UTC
Read the original article
Hit count: 437
wpf-controls
|wpf
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???
© Stack Overflow or respective owner