TcxGridLayoutViewOptionsView.MaxColumnCount Property
Specifies the maximum number of cards to be displayed in each column.
Declaration
property MaxColumnCount: Integer read; write; default 0;
Property Value
Type | Default |
---|---|
Integer | 0 |
Remarks
The MaxColumnCount property is in effect when cards are displayed in the column format (the ViewMode property is lvvmSingleColumn or lvvmMultiColumn).
If the MaxColumnCount property is 0, the maximum number of cards is calculated automatically, depending upon the View size and the ShowOnlyEntireRecords property.
The default value of the MaxColumnCount property is 0.
See Also