Re: How to create a grid

Andrew Kohlsmith <[email protected]> Wed, 30 Jul 2003 12:03:29 -0400
Newsgroups gmane.comp.java.xwt.widgets
Organization Benshaw Canada
Message-ID <[email protected]>
> Although this challenges the html table-tr-td approach, it is preferrable
> from an XWT rendering perspective in that there's going to usually be a
> far greater number of columns than there is rows.  It would be quicker to
> sync a few rows than 100s or 1000s of columns.

I'm not sure I agree -- anything I work with that's tabular I tend to 
minimize the number of columns, not the number of rows...

Regards,
Andrew