TAdvStringGrid with FixedRow and only 1 row

Hello,


Is is possible for a TAdvStringGrid to have 1 fixed row and no normal rows (ie. to display an empty dataset for example) ? If I reduce the row count to 1 then the fixed row is "broken".

Very best regards,

Olivier

Set grid.FixedRowAlways = true

Thank you very much !