Skip to content

Instantly share code, notes, and snippets.

@julesx
Created August 18, 2014 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save julesx/d5d98913057dcb667730 to your computer and use it in GitHub Desktop.
Save julesx/d5d98913057dcb667730 to your computer and use it in GitHub Desktop.
<Window x:Class="WpfApplication33.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow" Height="350" Width="525">
<FlowDocumentScrollViewer>
<FlowDocument>
<Table>
<TableRowGroup>
<TableRow>
<TableCell>
<Paragraph>
<TextBlock>
<Run Text="Cant-individually-select" />
</TextBlock>
<Run Text="can-individually-select"></Run>
</Paragraph>
</TableCell>
</TableRow>
</TableRowGroup>
</Table>
</FlowDocument>
</FlowDocumentScrollViewer>
</Window>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment