I finally got validation working with MVVM in my Silverlight app. Now I’m wondering if there is a way to show the validation message that pops up to the right automatically without having to first click inside the textbox. The red border shows up, but it would be nice if the message was there as well. Any ideas?
I finally got validation working with MVVM in my Silverlight app. Now I’m wondering
Share
You can edit the textbox’s template to change how / where validation errors are shown. The default textbox template has them in a tooltip, you could, for instance move that to a label or textblock.