AdvStringGrid with only a fixed row

Is it possible to display a TAdvStringGrid with one fixed row (col headers) and no regular rows? I want to have a button the user has to click to add rows.



What is happening is if I define 1 fixed row with rowcount = 1, it changes my col header row to non fixed and I lose my font formatting in that row, i.e., my bold column headers have been unbolded and the row is editable now and looks like a normal row would look visually.

Please set grid.FixedRowAlways = true

DOH! That did it...thanks!