Postby ConvertFromOldNGs » Fri Aug 07, 2009 12:27 pm
by Patwos >> Tue, 4 Nov 2003 20:35:38 GMT
As far as I'm aware, the Jade Table control does not have a facility for merging rows.
You may be able to simulate a row merge by combining the contents of a given cell with CrLf and the contents of the same cell on the next row. Of course, if what you want is only some cells on row A merged with the equivalent cells on row B, but then you would not have the gridlines on the cells of those two rows which are not vertically merged. You could of course simulate this missing grid with drawLine, but then you'd have to allow for rows and columns being resized and make the appropriate adjustments to your drawLines and the end result might not repaint without some flickering....
It's a pity that Jade tables don't have a merge row facility that allows only some cells on row A to be merged with the equivalent cells on row B while maintaining the horizontal gridlines for those cells that are not merged.
Pat.