TableCell


TableCellHierarchy: DependencyObject FrameworkContentElement TextElement Block

     <TableCell         ColumnSpan="4"         RowSpan="3"         BreakPageBefore="true|false"         BreakColumnBefore="true|false"         KeepTogether="true|false"         KeepWithNext="true|false" /> 

<TableCell .../> defines a content cell for a Table object. TableCell elements must be contained within a TableRow element. TableCell elements can only contain elements derived from Block.

Attributes


ColumnSpan (optional)

Determines how many TableColumn elements the TableCell spans


RowSpan (optional)

Determines how many TableRow elements the TableCell occupies




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