Relative Content

Tag Archive for c#wpflabelwpf-controlswpf-animation

Label content doesn’t update after text’s animation ending

In my application, after entering an incorrect answer in the TextBox, an animation is played that changes the text in the Label (Score: {value}), after the correct answer, the score is incremented and the text in the Label is updated. If I enter the correct answer right away everything works as intended.