TAdvStringGrid without FixedRows

Hi,


When I set FixedRows to zero, and during runtime, I use RemoveRows(0,RowCount-1),
I will still get RowCount = 1. How do I remove the that row?

/jeffc

It is a requirement that in the grid there is always at least one cell, so that means that unfortunately, there can't be 0 rows.