[]
When the source of a C1ListBox implement this interface the items can be loaded on demand.
public interface IC1SupportIncrementalLoading
Name | Description |
---|---|
HasMoreItems | Gets a value indicating whether there are more items. |
Name | Description |
---|---|
BeginLoadMoreItems(uint, AsyncCallback, object) | Begins the operation to load more items. |
EndLoadMoreItems(IAsyncResult, Dispatcher) | Ends the operation to load more items. |