TcxTreeListOptionsBehavior.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. Refer to the TcxRecordScrollMode type description for detailed information on all available options.
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 number of records, and the control’s look & feel settings. If there are too many records for the scrollable area’s size, the control disables the per-pixel scroll mode.
The default RecordScrollMode property value is rsmDefault.
See Also