This method write arrays vertically. It is called from the ListView type handler. The ListViewItemCollection or ListViewSubItemCollection types have to used to write arrays horizontally.
Visual Basic (Declaration) | |
---|---|
Public Sub HandleListViewControl( _ ByVal item As Subscription, _ ByVal lv As ListView _ ) |
C# | |
---|---|
public void HandleListViewControl( Subscription item, ListView lv ) |
Parameters
- item
- lv