[Overview][Constants][Types][Classes][Procedures and functions][Index] |
AutoSizeColumns - automatically resizes all columns by adjusting them to fit in the longest text in each column
Source position: grids.pas line 1479
public procedure TCustomStringGrid.AutoSizeColumns; |
Automatically resizes all columns by adjusting them to fit in the longest text in each column. This is a quick method of applying AutoSizeColumn() for every column in the grid.
lazarus-ccr.sourceforge.net |