WPF RichTextBox with no width set

后端 未结 6 1041
旧巷少年郎
旧巷少年郎 2020-12-14 16:27

I have the following XAML code:



        
6条回答
  •  -上瘾入骨i
    2020-12-14 16:58

    Try binding the FlowDocument's width (one way) to the width of the container RichTextBox.

    Worked for me...

提交回复
热议问题