Table of Contents

TTMSFNCDataGridColumnViewMode Enumeration

Controls whether ColumnCount reflects the total allocated columns or only the columns visible in the control's viewport.

API unit family: TMSFNCDataGridCore

Members

Name Description
gcvmTotalColumns ColumnCount returns the total number of allocated columns, including those scrolled out of view.
gcvmControl ColumnCount returns only the number of columns currently visible inside the control's viewport.