4 StringGrid 行や列の幅を調整

グリッドの列の幅を調整
StringGrid1.ColWidths[0] :=100;

グリッドの行の幅を調整
StringGrid1.RowWidths[0] :=100;

back