I have this problem. I add images (smiles) into richTextBox control from Extended WPF Toolkit. In function on converting simple text to text with images I set line height
Is that possible to check开发者_开发技巧 the no. of spaces in current line of the richtextbox with its text changes event...
开发者_高级运维How can I scroll to a specified line number of a RichTextBox control using C#? It\'s the WinForms version.You can try something like this.
How to insert Page Break 开发者_Go百科in RichTextBox? Thanks!I found this for you. The \\\\page indicates the beginning of a new page.I appended chr(12) in my VB application (that is the Form Feed A
My aim is to make a editor behave similarto MS-Word.Wpf RichTextBox is a wonderful control for it.By placing it inside a ScrollViewer,we can make it editable.(Like a notepad).But I need MS-Word like p
I would like to ask why does my codes not work? Currently, I am able to find the word the user input but it cannot highlight the word in the richTextBoxConversation.
I need to read more than 1 file rtf files and assigned to Richt开发者_JS百科extbox which in turn would be helpful in converting the same to pdf?
I am making a program that allows users to add notes via a separate form for them to be able to add that text written in that form back into the origina开发者_开发百科l form. At the moment i can\'t mo
I have a richtextbox and when is full I want automatically scroll to the bottom, It is possibl开发者_C百科e? Do this with xaml?By using ScrollViewer.ScrollChanged routed event, and writing some code (
I\'m working on a windows form application and I want to have a rich text box display the status of events that are firing based on different objects.I want to be able to format the items as they come