Bind the text of RichTextBox from Xaml

前端 未结 6 1999
名媛妹妹
名媛妹妹 2020-12-18 19:19

How to Bind the text of RichTextArea from xaml

6条回答
  •  独厮守ぢ
    2020-12-18 20:02

    There is no built in way to do that. You can create Text attached property and bind to it like discussed here

提交回复
热议问题