I have a problem with TabControl
, a TextBox
and ToolTip
validation.
Imagine you have a TabControl with two TabItems. The first element has a simple TextBox
. This TextBox
Text
property is tied to the string property of UserControl
itself with Mode=TwoWay
and ValidatesOnExceptions=True
. The installer of this Text
property throws an exception whenever something is set.
The Resources
UserControl
section contains a new default style for TextBox
and ToolTip
checks (these styles and templates, however, are taken from MSDN ).
Now enter something into the TextBox
and let the ToolTip
confirm:
Then go to the second tab. The hint to check remains:
I created a VS solution containing a Silverlight application that demonstrates the problem. The VS zip archive is available here .
Has anyone had a similar problem or even a solution for this problem?
Denial of responsibility. There is the same question, https://stackoverflow.com/a/312616/2128/ , regarding Silverlight 4, which has been unanswered since about a year and a half. I have already posted this question on silverlight.net , but have not received any answers for several days.
source share