Hi Diego,
after you insert the new table row, just add this code:
GetNumTableRows (panel, PNL_TABLE, &num_rows);
SetCtrlAttribute (panel, PNL_TABLE, ATTR_FIRST_VISIBLE_ROW, num_rows);
Hello Diego,
A table cell containing a numeric value cannot be empty, so it is not possible to add a complete blank row when the table contains double columns. A possible work around would be to represent the double values in a string cell.