modelitem

How can I add validation error tooltips in an ActivityDesigner?

I can't seem to get it working at all. The ModelItem has a couple attached properties on it, ValidationState and ValidationError. I'd like to watch the ValidationState and, if Error or whatever, display the error in the tooltip for the control. Here's as close as I've come so far: <TextBox x:Name="expression" Text="{Binding M...