[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The auto-sizing priority for the column.
Source position: grids.pas line 622
published property TGridColumn.SizePriority : Integer |
0 indicates that the column is not one of the auto-sized columns in the Grid control. A non-zero value causes the column width to be adjusted when AutoFillColumns is enabled in the Grid control. If all of the columns in a grid control have SizePriority set 0, the last column is resized when AutoFillColumns is enabled.
Use MinWidth and MaxWidth to set the smallest and largest sizes for the column when the column is resized - either manually (by dragging the header border) or when AutoFillColumns is enabled in the Grid control.
Use Width to set the default size for the column in pixels.
|
The minimum size for the column in pixels. |
|
|
The maximum size for the column in pixels. |
|
|
The display width in pixels for the column on its Grid control. |
|
|
The grid control to which this column belongs. |
|
|
Definitions for the columns displayed the grid. |
|
|
Indicates whether columns are automatically resized to fill the visible area in the grid. |
Version 4.0 | Generated 2025-05-03 | Home |