Questions tagged [richtextblock]

Represents a rich text display container that supports formatted text, hyperlinks, inline images, and other rich content. RichTextBlock supports a built-in overflow model.

Represents a control that displays read-only rich text.

69 questions
0
votes
1 answer

RichTextBlockOverflow content

How can I get content from RichTextBlockOverflow (for example some text)? And maybe someone know can I set RichTextBlockOverflow invisible?
0
votes
2 answers

Count symbols in RichTextBlock WinRT

I have a RichTextBlock with some text.I dont want use vertical and horizontal scrolls. If I add a large text, some text is hiding. How can I get hidden text or how can I get current not hided text? Size of my RichTextBlock set…
ivamax9
  • 2,601
  • 24
  • 33
0
votes
1 answer

Search text in richtextblock

I want to search text in a richtextblock and get the textpointer or offset of the specifed text. How can I do? Which method can I use?
0
votes
1 answer

Images inside RichTextBlock get hidden randomly

I have a Silverlight 5 NavigationApplication with a RichTextBlock and TreeView. every time one of TreeView items clicked, i add some images into RichTextBlock using code-behind. the problem is that sometimes when TreeView's SelectedItem is changed,…
Amir Oveisi
  • 1,668
  • 1
  • 16
  • 25
0
votes
0 answers

windows store app RichTextBlock book app

I want to build a book app, a RichTextblock with many RichTextblockOverflows, I create the overflows in code-behind, and add them to the stackpanel in a scrollviewer. I tested my app and found that it finished creating the overflows quickly, but…
Infi Xu
  • 45
  • 4
0
votes
2 answers

RichTextBlock bold effect on specified text range

Can I make a bold effect on specified text in a RichTextBlock? Example RichTextBlock content: It allows you to make some unknown jobs quickly I should make a bold effect on the word "unknown" so it should look like: It allows you to make some…
0
votes
1 answer

richtextblock converting string to paragraph class

I have a string filled as : string link (Sorry but I couldn't add XAML formatted text in this text editor.) I wanna convert this string to Paragraph class in run-time. So I can add it simply in RichTextBlock. How can I convert this string to…
0
votes
1 answer

How to put two RichTextBlock(Overflow) one after another vertically in RichTextColumns

As mentioned, I want to put two RichTextBlocks one after another vertically. My intention is to write manually the paragraphs of the first RichTextBlock, and I want the second RichTextBlock (that its content given programmatically) to start right…
Yanko Pata
  • 175
  • 1
  • 10
0
votes
1 answer

Convert HTML to Xaml with RSS feed content

I’m building a Windows 8 app in C# to show RSS feeds into the App http://blogs.msdn.com/b/jasonz/rss.aspx . This works fine when I’m reading the RSS feed and convert all content to text and bind all the feed items to the XAML properties. The next…
user1923728
  • 153
  • 1
  • 13
1 2 3 4
5