[]
Gets or sets the LoadOnDemandMode property. In Standard mode, spread loads the next set of rows, if after scrolling, there are no bottom rows (in the view) that are hidden. In Background mode, spread loads the next set of rows after a period of time or after the user scrolls to the row at the LoadOffsetFromBottom position.
public LoadOnDemandMode LoadOnDemandMode { get; set; }
Public Property LoadOnDemandMode As LoadOnDemandMode