Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7757193
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T13:01:20+00:00 2026-06-01T13:01:20+00:00

I have 2 animations defined to flash cell values in my grid, one when

  • 0

I have 2 animations defined to flash cell values in my grid, one when the value increases and one when the value decreases.

When running the application in debug I see a huge amount of warnings in the output window along the lines of:-

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’;

My animation is fired via a data trigger as follows:-

enter image description here

The Storyboards are as follows:

enter image description here

Given that it seems like the StopStoryboard is the problem, i.e. there is no storyboard running that needs stopping. Also my understanding is that starting a new animation in WPF will replace any existing animations already running. However if I remove the StopStoryboard from both DataTriggers I get another problem. This time only the BidDownStory will fire. I will never see the cells Animate Blue.

Another interesting thing is happening sometimes. If the animation is happening off screen (i.e. the column is not visible) and I scroll so that the column is visible I see the animation as expected. However if I then scroll the grid back to the column is off screen again the animation continues to run but against a different column in the grid!

If you can provide any help with fixing these issues It would be much appreciated.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T13:01:21+00:00Added an answer on June 1, 2026 at 1:01 pm

    You may try something like this instead:

    <DataTrigger Binding="{Binding Path=RowData.Row.BidUp}" Value="True">
        <DataTrigger.EnterActions>
            <BeginStoryboard Storyboard="{StaticResource AnimateCellBlue}" />
        </DataTrigger.EnterActions>
        <DataTrigger.ExitActions>
            <BeginStoryboard Storyboard="{StaticResource AnimateCellRed}" />
        </DataTrigger.ExitActions>
    </DataTrigger>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two animations defined in my silverlight app : <Storyboard x:Name=ShowControls> <DoubleAnimation Duration=0:0:0.2
I have 2 quiet big Animations each 50pics a 20kb Both defined as Animations
If i have a storyboard animation defined in xaml resources, how do i go
I have multiple animations that have to run as a chain. The way I've
I have an activity with 2 fragments. I have added custom animations for fragment
I have an scroll view with some sophisticated animations happening during scrolling. Although after
I have multiple functions the do different animations to different parts of the HTML.
i have a jQuery line that execute 2 animations, what i want is to
I have a storyboard(1) that does some basic animations in 2 seconds. I want
Hello I have problem to put together animations of two separate objects to second

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.