-
Website
http://fortes.com/ -
Original page
http://fortes.com/2007/03/bindablerun/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
vektormedia
1 comment · 1 points
-
ZenemiG
1 comment · 1 points
-
Charbax
1 comment · 6 points
-
subikar
1 comment · 1 points
-
x11tech
8 comments · 1 points
-
-
Popular Threads
Given that so many of the properties are DPs on most elements, it seems almost perverse that an exception was made in this case.
Can you please share a reduced repro of your sample? Setting BindsTwoWayByDefault to true when registering the DP should be enough to make that DP two way data bound by default. I'm not aware of any gotchas or bugs in this scenario.
Thanks!
Bea
Laurent
Thanks so much for your comment and for your wonderful, indispensable blog.
Two way binding does work as expected. When I set the BoundText procedurally, all was well.
The problem was that I had placed the BindableRun in a Paragraph in a FlowDocument in a RichTextBox, thinking that, magically, the BindableRun would receive text input from the RichTextBox. I just have to figure out how to route the input.
Looks great and binds great, but none of the changes make it back to the Binding Source.
Thanks.
http://code.logos.com/blog/2008/01/data_binding...
Is there anyone who created a two-way binding successfully?