Re: How to create a grid

"Charles Goodwin" <[email protected]> Thu, 31 Jul 2003 11:29:42 -0000 (GMT)
Newsgroups gmane.comp.java.xwt.widgets
Message-ID <[email protected]>
> Oh no, the great table debate all over again. IIRC this went on for
> months the last time this was brought up. I think the consensus was
> that it was easier on the engine to break it up by cols, then rows, but
> easier on the user (and most consistent with that the user expects) to
> break it up by rows, cols. Adam pointed out that the old mail demo used
> the rows, cols technique and it could smoothly resize tables with
> hundreds of rows.

I might compromise and simply make use of polarizable so that you can have
it either way.  An orient="vertical" will basically make the <row /> tags
behave like columns and the <col /> tag behave like rows.

Whilst that is a slight abuse of the names, it's easier than going for
something neutral like gridmajor and gridminor.

- Charlie

The future of webapps - www.xwt.org