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.
Share
Solved the problem by using a method to force the UI to update.