Hi,
If I put a TStringgrid on a form and only supplement the options with:
StringGrid1.Options := StringGrid1.Options + [goEditing, goAutoAddRows, goTabs];
then the stringgrid automatically creates a new row when you click TAB in the last cell.
If I create a stringgrid dynamically with 2 hidden columns, a new line is no longer automatically created when you click on tab in the last cell. (Same options checked as the default stringgrid component).
It seems to have something to do with the hidden columns. Is that correct or am I doing something else wrong? (If necessary, see the attachment).
Windows + lazarus 3.0