c# - Text Wrap not working with WPF RichtextBox -


i have wpf user control richtextbox in it. consuming user control in 1 wpf pages. alongwith it, using flowdocumentpageviewer listview in it. later on, assigning data of listview in richtextbox using flowdocument. goes wrap functionality not work in it.

on behalf of @sumit (who asked question)

below code snippet being used.

1) user control richtextbox

enter image description here

2) method bind flowdocument richtextbox

enter image description here

3)consumer page enter image description here

4) consumer page code behind enter image description here


Comments

Popular posts from this blog

c# - Where does the .ToList() go in LINQ query result -

Listeners to visualise results of load test in JMeter -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -