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

  • SEARCH
  • Home
  • 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 6161773
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T21:32:06+00:00 2026-05-23T21:32:06+00:00

I need a button click trigger that will change the visibility property for a

  • 0

I need a button click trigger that will change the visibility property for a border. The situation is a logon screen with an error message in the border, and when login is clicked the border collapses prior to the logon logic executing (ideally). I am unable to get the UI to update before executing the logic, which is bound to the login button Command property, using EventTriggers routing the MouseLeftButtonUp/Down events.

  • 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-05-23T21:32:08+00:00Added an answer on May 23, 2026 at 9:32 pm

    Solved the problem by using a method to force the UI to update.

    void AllowUIToUpdate() 
    {
        DispatcherFrame frame = new DispatcherFrame();
    
        Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Render
                                                 , new DispatcherOperationCallback(delegate(object parameter)
                                                       {
                                                           frame.Continue = false;
                                                           return null;
                                                       })
                                                 , null);
    
        Dispatcher.PushFrame(frame);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need a function that a user can just click a flash app button
I have a hidden button on a form that I need to click in
I need a button-like control that can have a Checked property, so that when
In a windows forms application, a property change that triggers INotifyPropertyChanged, will result in
In a web page button click event we need to export 2,00,000 to 5,00,000
I have added some dynamic textboxes upon a button click. I need the values
I need to create a button that has the same style as ButtonSpec with
I need to add an action button in my iPhone application. When that one
I have a button that when clicked displays some information, can i manually trigger
http://www.therapistsurvey.com/vignette0/vig01 Notice that once you click the See Parents' Response, the link will trigger

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.