Hi
I have this problem with TDrawGrid with fixed rows (although same applies to fixed cols).
If you have .FixedRows = 1, and decrement the value of .RowCount, when it gets to 1, the .FixedRows automatically gets set to 0, and your fixed rows turn white instead of the usual grey - except in column zero.
Can I stop this from happening? Is this a bug in TDrawGrid?
I realise I can put some code into OnDrawCell to check the rowcount and make paint some fake fixed rows for it if necessary, but I was hoping not to have to do this way.
Thanks all.