Click or drag to resize
ListViewExtrasInitColumnHeaders Method (ListView, ListString)
Initialise the columns to be those in a list of strings

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void InitColumnHeaders(
	ListView lv,
	List<string> columnList
)

Parameters

lv
Type: System.Windows.FormsListView
columnList
Type: System.Collections.GenericListString
The list of strings to be made columns of
See Also