[]
Specifies the method for loading the next set of rows (after a period of time or after the user scrolls to the row at the LoadOffsetFromBottom position).
public enum LoadOnDemandTriggerMode
Public Enum LoadOnDemandTriggerMode
Name | Description |
---|---|
OffsetBased | Indicates that spread only loads the next set of rows after the user scrolls to the row at the LoadOffsetFromBottom position. |
Timed | Indicates that spread loads the next set of rows after a period of time. |