Table of Contents

TTMSFNCDataGridRenderer.OnCanSizeRow Event

Fired while a row is being resized, allowing the application to constrain the new size.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

OnCanSizeRow: TTMSFNCDataGridCanSizeRowEvent;

Parameters

Name Description
Sender Renderer that fired the event.
ARow Zero-based row index being resized.
ASize New row height in pixels. Adjust this value to constrain the size.
ACanSize Set to False to prevent resizing the row.