
Hello again,
In the property grid, I need to change the UpdateSourceTrigger behavior of the TextBox (and perhaps other controls) to PropertyChanged; it seems to currently be LostFocus.
Is the right/easiest way to do this still to copy the TextBox property editor's template and change the UpdateSourceTrigger values? (per this thread: http://www.actiprosoftware.com/Support/Forums/ViewForumTopic.aspx?ForumTopicID=4272) If so, where can I get a copy of the PropertyEditor templates? I don't see them in any of the XAML files from the installation.
I'm also wondering if there's a particular reason you chose LostFocus vs PropertyChanged.
Thanks very much,
-Craig
In the property grid, I need to change the UpdateSourceTrigger behavior of the TextBox (and perhaps other controls) to PropertyChanged; it seems to currently be LostFocus.
Is the right/easiest way to do this still to copy the TextBox property editor's template and change the UpdateSourceTrigger values? (per this thread: http://www.actiprosoftware.com/Support/Forums/ViewForumTopic.aspx?ForumTopicID=4272) If so, where can I get a copy of the PropertyEditor templates? I don't see them in any of the XAML files from the installation.
I'm also wondering if there's a particular reason you chose LostFocus vs PropertyChanged.
Thanks very much,
-Craig