stretching and shrinking grids

Hello,


I have a strange behavior:
pagemode = true
columnsize.stretch = true
columnsize.stretchall = true
columnsize.stretchcolumn = -1

So far, so good.
I have a panel, that can be expanded or shrinked.
Next to it my dbgrid (alclient).
Expanding the grid when shrinking the panel works well. Columns grow and adapt.
When I want to expand the panel again, the grid becomes smaller - the columns stay large.

Any help for me?


Set also


grid.ColumnSize.SynchWithGrid = true

Oooooh! 

Thanks a lot, that was too easy :)