XAML in a Nutshell (In a Nutshell (OReilly))

TableHierarchy: DependencyObject FrameworkContentElement TextElement Block

<TextFlow> <Table CellSpacing="5"> <TableRowGroup> <TableRow> <TableCell>Cell 1</TableCell> <TableCell>Cell 2</TableCell> <TableCell>Cell 3/TableCell> </TableRow> </TableRowGroup> </Table> </TextFlow>

<Table .../> is a typographic element comprising TableRowGroup. The Table element must be nested either within a parent TextFlow or within another element nested within a TextFlow (Example 10-6).

Attributes

CellSpacing (optional)

Sets the amount of spacing between TableCell elements

Категории