Method BuildSimpleList
BuildSimpleList(int)
Builds a simple list in which values are the index. This helps testing that scrolling etc is working correctly and not skipping out values when paging
public static IList BuildSimpleList(int items)
Parameters
items
int