SetListSize Method
SetListSize(Int32)
Set the number of items in the list. It will call CreateItemForIndex(Int32) to create items if needed.
Declaration
protected void SetListSize(int size)
Parameters
Int32 | size | The number of items. |
Loading...