Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 2nd, 2012  |  syntax: None  |  size: 0.35 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Putting large text in Texblock and ScrollViewer
  2. <controls:PivotItem Header="Biografie">
  3.        <StackPanel>
  4.             <ScrollViewer x:Name="textScroller" Margin="10,0,10,0">
  5.                 <TextBlock Text="{Binding Biography}"
  6.                            TextWrapping="Wrap"/>
  7.             </ScrollViewer>
  8.         </StackPanel>
  9.  </controls:PivotItem>