Home
adds column to the nListView with supplied key, width, and horizontal alignment

Namespace:  nControls
Assembly:  nListView (in nListView.dll) Version: 2.1.0.0 (2.1)

Syntax

         
 C#  Visual Basic  Visual C++ 
public void addCol(
	string key,
	int width,
	align alignment
)
Public Sub addCol ( _
	key As String, _
	width As Integer, _
	alignment As align _
)
public:
void addCol(
	String^ key, 
	int width, 
	align alignment
)

Parameters

key
String
name of column
width
Int32
width of column
alignment
align
horizontal alignment of text in column

See Also