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
2) method bind flowdocument richtextbox
3)consumer page
4) consumer page code behind
Comments
Post a Comment