Click or drag to resize
ListViewExtrasEnsureSubItemCount Method
make the LVI subitem count match the column count

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void EnsureSubItemCount(
	ListView lv,
	ListViewItem lvi
)

Parameters

lv
Type: System.Windows.FormsListView
lvi
Type: System.Windows.FormsListViewItem
See Also