Table of Contents

TTMSFNCDataGridStretchingOptions Class

Controls column or row stretching — how remaining space is distributed across columns/rows when the grid is wider/taller than the sum of fixed sizes.

API unit family: TMSFNCDataGridRenderer Inherits from: TPersistent

Syntax

TTMSFNCDataGridStretchingOptions = class(TPersistent)

Properties

Name Description
Enabled When True, stretching is active and remaining space is distributed according to Mode and Range.
Mode Determines how extra space is distributed: across all columns/rows (gstmAll) or only the last one (gstmLast).
Range Specifies whether stretching applies to normal columns/rows, fixed columns/rows, or both.

Used by