I am having a StringGrid in Delphi 5 of fixed rows and Fixed Cols. But at run mode I am not able to select any row or any cell.
How and what is the property that allow me to make String Row or cell selectable.
|
I am having a StringGrid in Delphi 5 of fixed rows and Fixed Cols. But at run mode I am not able to select any row or any cell. How and what is the property that allow me to make String Row or cell selectable.
| ||||
|
feedback
|
|
You cannot select fixed rows and columns and that is intended behaviour as this is normally not wanted. Is there any reason you have these rows and columns fixed? | |||
|
feedback
|
|
Take a look at the TStringGrid.Options property at design time. These have not changed much over the years and they are nearly all set to False. particularly: goEditing, goRowSelect. | |||
|
feedback
|
FixedColsandFixedRows? Please also show the code to populate the string grid. You might try to rework the question to make your problem clearer. – Smasher Jun 6 '11 at 13:34