TAdvStringGrid column resize at design time

TAdvStringGrid will not allow me to resize columns at design time.

It worked this morning...  I've looked at every setting and can't seem to find the correct one.

Please Help!

I cannot think of a reason.
Does it work when you drop a new TAdvStringGrid on the form?
Does the problem remain after restarting the IDE?

I found the cause.

I want a grid without any fixed rows, so I set fixedrows to 0. Apparently, the ability to resize the columns only works when there is atleast one fixed row. I changed fixedrows to 1, resized the columns and set fixedrows back to 0.

Thanks

Yes, column sizing happens from the column header fixed row.