Hey

I added my DBGrid and have my database displayed in it. But how can i at runtime or even not at runtime, resize a single column wihout resizing the rest. I know that with a Flex Grid you can do something like:

msflexgrid1.colwidth(0) = 1000

but in the DBGrid there isnt a colwidth.

Any suggestions?