Is there any way to turn off the mouse over animation in XamlDataGrid?
Many Thanks
Toshendra
Joe,
We would greatly appreciate some sample code to illustrate.
Thanks.
Subu
Another vote for sample code. I'm new to WPF so I'm not sure how to work in the new styles, etc.
Please find the attached project with a XamDataGrid and Hover animations disabled.
I've updated and attached Alex's code which demonstrates how to disable the mouse hover animation on a record to work with Visual Studio 2010 and NetAdvantage 2010.3.
:-)
Hello,
Yes, the approach described here is a quick way to modify specific colors. And the caveat is you cannot use Themes with this approach because the Theme takes precendence when it sets brushes.
The following blog goes into detail how to affect colors in a Theme in a way that works with built in theming.
http://blogs.infragistics.com/blogs/kiril_matev/archive/2010/09/28/ultimate-infragistics-wpf-line-of-business-applications-theming-styling-by-the-end-user-at-runtime.aspx
Matev also has a couple of blogs about resource washing which is another approach. However, these approaches do not work with XamDataGrid Themes.
http://community.infragistics.com/blogs/kiril_matev/archive/2010/09/03/theming-your-infragistics-wpf-line-of-business-applications-quick-and-customizable.aspx
http://blogs.infragistics.com/blogs/kiril_matev/archive/2010/08/30/theming-your-infragistics-wpf-line-of-business-applications-made-quick-and-easy.aspx
I've attached an update of the first blog sample source to work with 10.3.
But theme override these settings. Is there any solution usable with theme support??