RE: How to create a grid
Charles Goodwin <[email protected]> Wed, 30 Jul 2003 17:16:53 +0100
| Newsgroups | gmane.comp.java.xwt.widgets |
|---|---|
| Message-ID | <308906BE5D07D5119285009027D61C5722F7FE@NTFPS1> |
> 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... Er... that's what I meant. If you swap the 'rows' and 'columns' in my comment: [corrected] > 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 rows than there is columns. It would be quicker to > sync a few columns than 100s or 1000s of columns. Sorry about that. Also, to be more explicit: XWT's box control will sync several 1000 rows better than anything ECMAscript will. So let XWT handle the columns and the grid will just concentrate on keeping the each cell in a row the same height. - Charlie