Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
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.

Go Back   Vista Forums > Misc Newsgroups > Avalon

Vista - Table Example

 
 
Old 01-10-2006   #1 (permalink)
youngy


 
 

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 SpecsSystem Spec
Old 01-10-2006   #2 (permalink)
Ifeanyi Echeruo [MSFT]


 
 

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 SpecsSystem Spec
Old 01-10-2006   #3 (permalink)
youngy


 
 

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 SpecsSystem Spec
 

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


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46