TTMSFNCDataGridStretchingMode Enumeration
Determines which columns are resized when calling
TTMSFNCDataGridCore.StretchColumns.
API unit family: TMSFNCDataGridCore
Members
| Name | Description |
|---|---|
gstmIndex |
Resizes the single column identified by the AIndex parameter. |
gstmAll |
Distributes the remaining available width equally across all columns. |
gstmProportional |
Scales each column width proportionally to its current size to fill the available space. |