This is a migrated thread and some comments may be shown as answers.

[Solved] ValidationTooltip auto-display on GotFocus

0 Answers 95 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ian
Top achievements
Rank 1
Ian asked on 21 Jun 2011, 02:03 PM
When an input field is in error I'd like to have the error (ValidationTooltip) display as soon as the user tabs into the field that's in error (GotFocus event), instead of having to move the mouse over the rather small triangle that's displayed when the parent control is in its "Invalid" state.

Is there an easy way to do this? I was hoping to be able to fire VisualStateManager.GoToState to trigger "InvalidFocused" state, but that doesn't appear to work.

Any suggestions as to how best to implement this?

Thanks
Tags
General Discussions
Asked by
Ian
Top achievements
Rank 1
Share this question
or