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
Thanks Joe,
Please advise if you can point me to an example of xaml that sets a control template on the xamdatagrid for this purpose. Any help would be greatly appreciated :-)
Kyryll
I'm still relatively new to WPF so I'm trying to understand better. When I look at the DataPresenterGeneric_Express.xaml file, within the ControlTemplate for the DataRecordCellArea (around line 527) I see several Storyboard elements with keys set on them. Is there no way I can somehow override those Storyboards to affect the animation? Or do I have to re-template the entire control because they're resources of the ControlTemplate?