Как поменять ширину конкретного столбца StringGrid-а ?
Просто надо, чтобы при ресайзе формы ресайзился последний столбец StringGrid-а.
Цитата:
Originally posted by diesel_den
Не могу найти :(.
Просто надо, чтобы при ресайзе формы ресайзился последний столбец StringGrid-а.
Не могу найти :(.
Просто надо, чтобы при ресайзе формы ресайзился последний столбец StringGrid-а.
Indicates the width (in pixels) of all the columns in the grid.
__property int ColWidths[int Index] = {read=GetColWidths, write=SetColWidths};
Description
Read ColWidths to determine the width of the cells in the column specified by the Index parameter. An index of 0 refers to the first column. Set ColWidths at runtime to change the width of an individual column.
If the width of a column has not been set explicitly by resizing with the mouse, or by using the ColWidths property, its width is DefaultColWidth.
Use the ColCount property to determine the number of entries in the ColWidths array.
Большое спасибо !!!