![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
| |
| | #1 (permalink) |
| | Table Example Hi. Does anyone know if the following example should work in the latest CTP of WinFX? <Page xmlns="http://schemas.microsoft.com/winfx/avalon/2005"> <TextFlow> <Table> <TableHeader> <TableRow> <TableCell>Column 1</TableCell> <TableCell>Column 2</TableCell> <TableCell>Column 3</TableCell> <TableCell>Column 4</TableCell> </TableRow> </TableHeader> <TableBody> <TableRow> <TableCell>Row 1, Column 1</TableCell> <TableCell>Row 1, Column 2</TableCell> <TableCell>Row 1, Column 3</TableCell> <TableCell> This is the first row and fourth column of this table. This text is significantly longer than the other columns. </TableCell> </TableRow> <TableRow> <TableCell>This text is used to balance columns further</TableCell> <TableCell>Short Text</TableCell> <TableCell>Short Text</TableCell> <TableCell>Short Text</TableCell> </TableRow> </TableBody> </Table> </TextFlow> </Page> Thanks in advance. |
My System Specs![]() |
| | #2 (permalink) |
| | Re: Table Example For the latest ctp the markup below becomes <Page xmlns="http://schemas.microsoft.com/winfx/avalon/2005"> <TextFlow> <Table> <TableRowGroup> <TableRow> <TableCell><Paragraph>Column 1</Paragraph></TableCell> <TableCell><Paragraph>Column 2</Paragraph></TableCell> <TableCell><Paragraph>Column 3</Paragraph></TableCell> <TableCell><Paragraph>Column 4</Paragraph></TableCell> </TableRow> </TableRowGroup> <TableRowGroup> ... etc </TableRowGroup> </Table> </TextFlow> </Page> Note support for repeating table headers and table footers has been removed in the latest CTP and TableCells now require paragraphs. --Ifeanyi Echeruo [MSFT] This posting is provided "AS IS" with no warranties, and confers no rights. "youngy" <phillip_young@waters.com> wrote in message news:1133866028.000463.257780@o13g2000cwo.googlegroups.com... > Hi. Does anyone know if the following example should work in the latest > CTP of WinFX? > > <Page xmlns="http://schemas.microsoft.com/winfx/avalon/2005"> > <TextFlow> > <Table> > > <TableHeader> > <TableRow> > <TableCell>Column 1</TableCell> > <TableCell>Column 2</TableCell> > <TableCell>Column 3</TableCell> > <TableCell>Column 4</TableCell> > </TableRow> > </TableHeader> > <TableBody> > <TableRow> > <TableCell>Row 1, Column 1</TableCell> > <TableCell>Row 1, Column 2</TableCell> > <TableCell>Row 1, Column 3</TableCell> > <TableCell> > This is the first row and fourth column > of this table. This text is significantly > longer than the other columns. > </TableCell> > </TableRow> > <TableRow> > <TableCell>This text is used to balance columns > further</TableCell> > <TableCell>Short Text</TableCell> > <TableCell>Short Text</TableCell> > <TableCell>Short Text</TableCell> > </TableRow> > </TableBody> > </Table> > </TextFlow> > </Page> > > Thanks in advance. > |
My System Specs![]() |
| | #3 (permalink) |
| | Re: Table Example Ifeanyi Echeruo [MSFT] wrote: > For the latest ctp the markup below becomes > > <Page xmlns="http://schemas.microsoft.com/winfx/avalon/2005"> > <TextFlow> > <Table> > <TableRowGroup> > <TableRow> > <TableCell><Paragraph>Column 1</Paragraph></TableCell> > <TableCell><Paragraph>Column 2</Paragraph></TableCell> > <TableCell><Paragraph>Column 3</Paragraph></TableCell> > <TableCell><Paragraph>Column 4</Paragraph></TableCell> > </TableRow> > </TableRowGroup> > > <TableRowGroup> > ... etc > </TableRowGroup> > </Table> > </TextFlow> > </Page> > > Note support for repeating table headers and table footers has been removed > in the latest CTP and TableCells now require paragraphs. > > --Ifeanyi Echeruo [MSFT] > This posting is provided "AS IS" with no warranties, and confers no rights. > > "youngy" <phillip_young@waters.com> wrote in message > news:1133866028.000463.257780@o13g2000cwo.googlegroups.com... > > Hi. Does anyone know if the following example should work in the latest > > CTP of WinFX? > > > > <Page xmlns="http://schemas.microsoft.com/winfx/avalon/2005"> > > <TextFlow> > > <Table> > > > > <TableHeader> > > <TableRow> > > <TableCell>Column 1</TableCell> > > <TableCell>Column 2</TableCell> > > <TableCell>Column 3</TableCell> > > <TableCell>Column 4</TableCell> > > </TableRow> > > </TableHeader> > > <TableBody> > > <TableRow> > > <TableCell>Row 1, Column 1</TableCell> > > <TableCell>Row 1, Column 2</TableCell> > > <TableCell>Row 1, Column 3</TableCell> > > <TableCell> > > This is the first row and fourth column > > of this table. This text is significantly > > longer than the other columns. > > </TableCell> > > </TableRow> > > <TableRow> > > <TableCell>This text is used to balance columns > > further</TableCell> > > <TableCell>Short Text</TableCell> > > <TableCell>Short Text</TableCell> > > <TableCell>Short Text</TableCell> > > </TableRow> > > </TableBody> > > </Table> > > </TextFlow> > > </Page> > > > > Thanks in advance. > > |
My System Specs![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| ARP table questions | Vista networking & sharing | |||
| Typed datasets and table table adapters components not showing inToolbox | .NET General | |||
| Text into table | PowerShell | |||
| how do you create a dynamic table/pivot table | .NET General | |||
| Multiple wmi in one table | PowerShell | |||