Questions tagged [richtextblockoverflow]

The purpose of a RichTextBlockOverflow is to display content that does not fit in the bounds of a RichTextBlock or another RichTextBlockOverflow element. This element cannot have direct content; it must get its content from one of the aforementioned elements. Content includes formatted text, hyperlinks, inline images, and other rich content.

Represents a control that displays read-only rich content that has overflowed from another RichTextBlock or RichTextBlockOverflow element.

6 questions
3
votes
0 answers

Adding a RichTextBlockOverflow to the visual tree from ViewModel

I'm building an e-reader type application as a Windows 8.1/WP8.1 Universal app. My text is contained in a FlipView that uses an ObservableCollection as its source. Each FrameworkElement is either a RichTextBlock or a…
3
votes
1 answer

RichTextBlockOverflow.HasOverflowContent always false in Windows 8 Metro app

since you have to support multiple screen resolutions in Windows 8 Metro Apps I want to split up my RichTextBlock to show text that would be cut off in a RichTextBlockOverflow control (or multiple controls, depending how much text I have to…
2
votes
1 answer

Tapped event of RichTextblock

Why we can not handle the tapped event of richtextblock, I want to get the tapped point of the richtextblock or richtextblockoverflow, how to workaround?
0
votes
0 answers

Adding list of items in Richtextblock in uwp to print the list of items?

I am creating the UWP application. I want to add the printing feature to my project. So that i am using RichTextBlock to send the page to preview. All Preview is working fine. But i have huge error when the list of items get in run time i.e(From…
G.suren
  • 107
  • 3
  • 10
0
votes
0 answers

RichTextBlock overflow is missing the first line of text

I've got a Grid that is dynamically sized based on the size of the window it is in. The grid has three children: an Image, a RichTextBlock, and a RichTextBlockOverflow. When the window is sized down enough to ensure that the height of the…
K Mehta
  • 10,323
  • 4
  • 46
  • 76
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?