Am I just stupid or...?
I just added an AdvStringGrid component to my Delphi XE application.
It seems like it is not possible to set anything (column widths, column types) graphically?
Do you have to set every property of the component in run time programatically?
Column width can be set by dragging the line between fixed rows visually at design time.
If you want to set column types etc... at design time, use TAdvColumnGrid instead , it has a Columns property that is accessible at design time.