Table


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




XAML in a Nutshell
XAML in a Nutshell (In a Nutshell (OReilly))
ISBN: 0596526733
EAN: 2147483647
Year: 2007
Pages: 217

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net