No announcements
Found 2814968 threads
-
0 Votes
RichEditBox Paste not working
Hi Narendramacha, The main reason is RichEditBox cannot recognize OneNote format, as you copy from Word or Excel even Outlook, the paste operation works fine.Answered | 4 Replies | 1135 Views | Created by Narendramacha - Friday, February 6, 2015 6:23 PM | Last reply by Jamles Hez - Wednesday, February 18, 2015 8:12 AM -
0 Votes
RichEditBox with Columns
If you create a new Grid Application in VS for example, you'll see a sample implementation of a multi-column control in the Common folder.Answered | 2 Replies | 2340 Views | Created by Mayur-Tendulkar - Tuesday, June 5, 2012 6:27 AM | Last reply by Tim Heuer - Wednesday, June 6, 2012 3:33 PM -
0 Votes
[UWP] How to add the both text and picture to RichEditBox?
You could use the ITextRange.InsertImage method to add an image to a RichEditBox: public ICommand OpenDialogFile { get { ...Answered | 1 Replies | 1077 Views | Created by Le Thien Hoang - Monday, December 5, 2016 12:06 PM | Last reply by Magnus (MM8) - Monday, December 5, 2016 10:02 PM -
0 Votes
[UWP][C#] RichEditBox Opening Text Files, etc
Best regards, Breeze MSDN Community Support Please remember to click "Mark as Answer" the responses that resolved ...Answered | 2 Replies | 1257 Views | Created by hjohnson12 - Thursday, August 10, 2017 2:54 PM | Last reply by Breeze Liu - Wednesday, September 6, 2017 2:44 AM -
2 Votes
RichEditBox Control with HyperLinks
Hi robhelle, The RichEditBox does not have the LinkClicked event.Answered | 1 Replies | 1326 Views | Created by robhelle - Tuesday, September 30, 2014 3:30 PM | Last reply by Amy Peng - Wednesday, October 1, 2014 6:28 AM -
0 Votes
Content of a RichEditBox "draggable" when IsReadOnly = true
I'm trying to apply your suggestion to make double tap work for mouse, but what is DoubleTappedEvent ?Answered | 10 Replies | 2524 Views | Created by diogo.krobath - Friday, August 10, 2012 2:31 PM | Last reply by Andre N. - MSFT - Wednesday, August 15, 2012 8:25 PM -
0 Votes
Setting and Getting RichEditBox content
Hi, To answer your first question, you can set the text of a RichEditBox like this: ...Answered | 2 Replies | 2219 Views | Created by Cristianoh - Sunday, June 24, 2012 1:01 AM | Last reply by Andre N. - MSFT - Tuesday, June 26, 2012 4:38 AM -
0 Votes
Get text index of RichEditBox with Point
I want to get index of text with point (related to RichEditBox).Answered | 1 Replies | 2141 Views | Created by KiyoungKim - Friday, May 18, 2012 12:57 AM | Last reply by Matt Small - Friday, May 18, 2012 5:49 PM -
1 Votes
[U8.1]Foreground Color Text is not saved in RichEditBox.
Hi Amy, I have a similar question concerning this ForegroundColor Topic in UWP for Windows10: I am using a RichEditBox for the user to enter a ...Answered | 4 Replies | 958 Views | Created by LaWrik - Sunday, July 12, 2015 11:23 PM | Last reply by Gerhard Seeber - Saturday, January 9, 2016 10:33 PM -
2 Votes
RichEditBox GetText/SetText
GetText is returning UTF-8 text which is being placed without conversion in a UTF-16 container.Answered | 2 Replies | 7418 Views | Created by David Serfozo - Saturday, March 10, 2012 8:41 AM | Last reply by David Serfozo - Tuesday, March 13, 2012 1:32 PM -
2 Votes
Windows 8 App Store C# RichEditBox Problems.
Don't forget, you can also get the text of myDocument by using: string activeStoryText = ...Answered | 4 Replies | 1887 Views | Created by BIRDMAN Rip off - Saturday, April 6, 2013 4:02 PM | Last reply by doubleyoueight - Sunday, April 7, 2013 8:42 PM -
0 Votes
RichEditBox Hyperlink color
Hi, I have the "RichEditBox" control.I am loading the RTF formatted text in "RichTextEdit".In RTF having hyperlink also.but the ...Answered | 2 Replies | 2505 Views | Created by Bala Ilink-Trichy - Thursday, July 19, 2012 10:09 AM | Last reply by Chipalo Street - Microsoft - Thursday, July 19, 2012 5:58 PM -
0 Votes
How to print RichEditBox content (RTF file)
Now in that I have to take Run and Paragraph then what should be the Text property of Run, how can I set Run with Formatted text ?Answered | 10 Replies | 5161 Views | Created by Xyroid - Sunday, December 23, 2012 7:12 AM | Last reply by Xyroid - Friday, January 4, 2013 12:42 PM -
1 Votes
Is there anything resembling an AcceptsTab property for RichEditBox?
I have submitted a feedback request for this here: http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/2862272-add-an-acceptstab-property-to-richeditbox.Answered | 6 Replies | 2365 Views | Created by InLocoAbsentia - Tuesday, May 15, 2012 7:02 PM | Last reply by Arun infoshells - Saturday, May 18, 2013 6:14 PM -
0 Votes
[UWP] How to get visible range of RichEditBox
Best Regards, Yong Lu MSDN Community Support Please remember to click "Mark as Answer" the responses that resolved ...Answered | 2 Replies | 651 Views | Created by qualar1 - Sunday, February 25, 2018 10:52 AM | Last reply by Yong Lu - Monday, March 5, 2018 9:34 AM -
0 Votes
Read RTF into a RichEditBox
Sorry, I have corrected the format but still the RichEditBox no show it correctly.Answered | 12 Replies | 3089 Views | Created by Jorge Aponte - Monday, April 23, 2012 8:27 PM | Last reply by JaponteSierra - Thursday, May 17, 2012 4:23 PM -
0 Votes
RichEditBox: On mouse click in new line richeditbox loses the text formatting
However I tried the following two code snippets but still when I navigate to new line using mouse click all the formatting is reset.Unanswered | 4 Replies | 1094 Views | Created by Shivkanwer Singh - Wednesday, January 8, 2014 8:34 AM | Last reply by Shivkanwer Singh - Wednesday, January 8, 2014 2:44 PM -
1 Votes
images not supported in RichEditBox?
var picker = new FileOpenPicker(); picker.SuggestedStartLocation = PickerLocationId.PicturesLibrary; picker.ViewMode = ...Answered | 4 Replies | 2881 Views | Created by josing - Thursday, March 29, 2012 8:50 AM | Last reply by Rama.NET - Wednesday, July 25, 2012 6:03 AM -
0 Votes
[UWP][Xaml]RichEditBox Background Color while editing?
ClickAnswered | 6 Replies | 2305 Views | Created by duffybr - Wednesday, June 3, 2015 8:54 PM | Last reply by duffybr - Wednesday, June 24, 2015 1:34 PM -
0 Votes
[UWP][C#] How to convert RichEditBox content to proper plain text for sharing?
But when i share that text over the mailto: protocol the text in the mail client shows as a single line omitting the Return character.Answered | 5 Replies | 1366 Views | Created by Leisvan Cordero - Saturday, April 30, 2016 6:49 AM | Last reply by Franklin Chen - Monday, May 9, 2016 2:22 AM - Items 1 to 20 of 2814968 Next ›
No announcements