Bug in FlowDocument Table?
first of all, Width calculation of FlowDocuments TableColumns is a mess. but this is rather ridiculous: <FlowDocumentScrollViewer> <FlowDocument> <Paragraph>text that's not visible</Paragraph> <Table BorderThickness="0.7559" > <Table.Columns> <TableColumn Width="100" /> </Table.Columns> <TableRowGroup> <TableRow> <TableCell/> </TableRow> </TableRowGroup> </Table> </FlowDocument> </FlowDocumentScrollViewer> this actually shows nothing. So the table seems to mess up the whole document. If I either take out the Width="100" or change the Borderthickness to something less precise like