TcxCustomGridTableOptionsBehavior.RecordScrollMode Property
Specifies the active content scroll mode.
Declaration
property RecordScrollMode: TcxRecordScrollMode read; write; default rsmDefault;
Property Value
Type | Default |
---|---|
TcxRecordScrollMode | rsmDefault |
Remarks
Set this property to rsmByPixel or rsmByRecord to explicitly enable or disable the per-pixel content scroll mode in unbound and data-aware Layout, Table, and Banded Table Views. Refer to the TcxRecordScrollMode type description for detailed information on all available options.
Any of the following conditions disable the per-pixel content scroll mode:
The grid mode is active (that is, a View’s DataController.IsGridMode function returns True);
A Layout View shows only completely visible records or more than one record at a time (that is, the View’s OptionsView.ViewMode property is set to lvvmSingleRecord, lvvmMultiRow, lvvmMultiColumn, or lvvmCarousel);
A View displays too many records for the scrollable area’s size.
Note
The per-pixel scroll mode can reduce an application’s performance during content scroll operations, depending on the client machine’s hardware speed, operating system and its settings, the current number of scrollable records, and the control’s look & feel settings.
The default RecordScrollMode property value is rsmDefault.