Yes, any intersecting row, column and cell attributes are combined when
the cell is rendering itself. The renderer uses an attribute object
that has been combined if there are more than one involved with that
cell. So setting the row attr of those newly added rows will allow you
to use a different background color, even for those that have column
attributes as well. Is that what you are asking about?
--
Robin Dunn
Software Craftsman
http://wxPython.org
Yes, any intersecting row, column and cell attributes are combined when the cell is rendering itself. The renderer uses an attribute object that has been combined if there are more than one involved with that cell. So setting the row attr of those newly added rows will allow you to use a different background color, even for those that have column attributes as well. Is that what you are asking about?