Renderproblem RichTextBox Windows Phone 8
问题 I'm implemented a RichTextBox in WindowsPhone 8. I fill this Box while runtime with Paragraphs, Runs, Images and HyperlinkButtons. The Problem that now appears is after some lines of content the RichTextBox is cut. I declared a red border that is also cut. Links and images are still displayed. Here is a Screenshot: My XamlCode is simple: <Grid x:Name="LayoutRoot" Background="Transparent"> <ScrollViewer> <RichTextBox x:Name="ContentBox" HorizontalAlignment="Stretch" VerticalAlignment="Top"