Click or drag to resize
ListViewExtrasInitColumnHeaders Method (ListView, Type)
init the column headers from a class' public variables

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void InitColumnHeaders(
	ListView lv,
	Type ty
)

Parameters

lv
Type: System.Windows.FormsListView
ty
Type: SystemType
See Also