0
物體的高度約爲60像素,但文字只有12像素高。我嘗試設置Height =「30」,但文本不可讀。爲什麼這個Flow Document會佔用比需要更多的空間?
<RichTextBox IsReadOnly="True" Focusable="False" >
<FlowDocument xml:space="preserve" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" >
<Table>
<TableRowGroup>
<TableRow>
<TableCell BorderThickness="0" >
<Paragraph>
<Bold>
<Run Text="test"/>
</Bold>
</Paragraph>
</TableCell>
</TableRow>
</TableRowGroup>
</Table>
</FlowDocument>
</RichTextBox>
我會被穿着寄託都可見邊界,將採取一個邊界開始,看看差距在哪裏。 – Paparazzi