Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
RecordSelect Mouseover animation generates warning
posted

Whenever I mouse over the record selector I get this warning in Visual Studio:

System.Windows.Media.Animation Warning: 6 : Unable to perform action because the specified Storyboard was never applied to this object for interactive control.; Action='Stop'; Storyboard='System.Windows.Media.Animation.Storyboard'; Storyboard.HashCode='17244870'; Storyboard.Type='System.Windows.Media.Animation.Storyboard'; TargetElement='RecordSelector: DataRecord- 0 Book.Title: Collapsing Universe'; TargetElement.HashCode='15853377'; TargetElement.Type='Infragistics.Windows.DataPresenter.RecordSelector'

 

This usually indicates a situation where a non-controllable story is being called on to Stop.  Is this a (known) bug?

 

Parents Reply Children
No Data