Rows(TouchList, Int32) Constructor
Constructs a new
Rows object with specified capacity.
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public Rows(
TouchList aParent,
int capacity
)
Public Sub New (
aParent As TouchList,
capacity As Integer
)
Parameters
- aParent TouchList
- A reference to the parent TouchList control.
- capacity Int32
- The initial capacity of the Rows.