Applies to
DataWindow controls
Description
When the LiveScroll property is enabled, the rows in the DataWindow control scroll while the user is moving the scroll box. If this property is not enabled, the rows do not scroll until the user releases the scroll box.
Usage
In a painter
To enable live scrolling in a DataWindow control:
-
Select the Live Scrolling check box on the General page of the control's Properties view.
In scripts
The LiveScroll property takes a boolean value.
The following example allows scrolling while the user moves the scroll box in the DataWindow control:
This.LiveScroll = TRUE