Hi,
Is there any way to remove wordwrap feature?
I have wpf application in which there is richtextbox control. I added some multiline text with tabs and spaces into this richtextbox.
If I increase the font all my text formatting is change and a vertical scroll bar appears.
I feel this is caused because of word wrap.
Regards,
Sharda.
Comments: ** Comment from web user: BoucherS **
Is there any way to remove wordwrap feature?
I have wpf application in which there is richtextbox control. I added some multiline text with tabs and spaces into this richtextbox.
If I increase the font all my text formatting is change and a vertical scroll bar appears.
I feel this is caused because of word wrap.
Regards,
Sharda.
Comments: ** Comment from web user: BoucherS **
Hi,
The RichTextBox contained in the Xceed.Wpf.Toolkit derives from System.Windows.Controls.RichTextBox. Nothing specific is done about text wrapping.
I can't see where this scrollbar comes from. Can you paste a sample ?
Thanks.