[]
Indicates the mode of loading the next rows (standard or in background).
public enum LoadOnDemandMode
Public Enum LoadOnDemandMode
Name | Description |
---|---|
Background | Indicates that spread loads the next set of rows after a period of time or after the user scrolls to the row at the LoadOffsetFromBottom position. |
Standard | Indicates that spread only loads the next rows if after scrolling, there are no bottom rows that are hidden from the view. |