Bind the text of RichTextBox from Xaml

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

How to Bind the text of RichTextArea from xaml

6条回答
  •  [愿得一人]
    2020-12-18 19:41

    You can use the InlineUIContainer class if you want to bind a XAML control inside of an inline typed control

    
    
        
            
        
    
    
    

提交回复
热议问题