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 102651
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T00:59:58+00:00 2026-05-11T00:59:58+00:00

I am trying to adapt a simple WPF application to use the Model-View-ViewModel pattern.

  • 0

I am trying to adapt a simple WPF application to use the Model-View-ViewModel pattern. On my page I have a couple of animations:

<Page.Resources>     <Storyboard x:Name='storyboardRight'                 x:Key='storyboardRight'>         <DoubleAnimation x:Name='da3'                          Storyboard.TargetName='labelRight'                          Storyboard.TargetProperty='Opacity'                          From='0'                          To='1'                          Duration='0:0:0.5' />         <DoubleAnimation x:Name='da4'                          Storyboard.TargetName='labelRight'                          Storyboard.TargetProperty='Opacity'                          From='1'                          To='0'                          BeginTime='0:0:1'                          Duration='0:0:0.5' />     </Storyboard>     ... </Page.Resources> 

Currently I begin the animation in the code behind, and can listen to the Completed event to do something when it finishes with the following code:

storyboardRight = (Storyboard)TryFindResource('storyboardRight'); storyboardRight.Completed += new EventHandler(storyboardRight_Completed); storyboardRight.Begin(this); 

Is there a way of data binding the storyboard to my ViewModel so that it starts on an event raised by the ViewModel and can call-back into that ViewModel when it is finished?

  • 1 1 Answer
  • 2 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. 2026-05-11T00:59:58+00:00Added an answer on May 11, 2026 at 12:59 am

    I had the opportunity to put this question to Microsoft’s Josh Twist, who kindly took the time to provide an answer to this problem. The solution is to use a DataTrigger in combination with an enum in the ViewModel to launch the Storyboard, and this in turn requires putting the page into a ContentPresenter. To handle animation completion, a small amount of code behind was required to make a call into an ICommand on the ViewModel.

    Read Josh’s post here for a full description of the solution.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 80k
  • Answers 80k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer All you need to do is this: <Expander> <Expander.Header> <TextBlock… May 11, 2026 at 4:23 pm
  • Editorial Team
    Editorial Team added an answer I suspect your last heading box is being constructed after… May 11, 2026 at 4:23 pm
  • Editorial Team
    Editorial Team added an answer The mask states 4 digits for the last group. The… May 11, 2026 at 4:23 pm

Related Questions

I am currently writing a simple, timer-based mini app in C# that performs an
I'm trying to develop a firefox extension that inserts additional HTTP header fields into
I am trying to adapt an existing code to a 64 bit machine. The
I am trying to find a plugin or a solid way to narrow a

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.