| View previous topic :: View next topic |
| Author |
Message |
kvgs Guest
|
Posted: Thu Jan 29, 2004 9:14 am Post subject: Resizing columns of a StringGrid in Runtime |
|
|
I am using a TStringGrid and i want to ask if it is possible to allow user to resize the columns in runtime.
|
|
| Back to top |
|
 |
JD Guest
|
Posted: Thu Jan 29, 2004 9:42 am Post subject: Re: Resizing columns of a StringGrid in Runtime |
|
|
"kvgs" <atsoumpalos (AT) yahoo (DOT) gr> wrote:
Please wrap your lines when posting. Your editor may visually
wrap them but you need to enter a hard return at the end of
each line.
| Quote: | I am using a TStringGrid and i want to ask if it is possible
to allow user to resize the columns in runtime.
|
You need to have at least one fixed row and the Options property
must include goColSizing. Then the user can drag the horizontal
lines that seperate the columns.
~ JD
|
|
| Back to top |
|
 |
|