Click or drag to resize

JamBaseShellListViewAddShellColumn Method (Int32, Int32)

Adds a shell column with the given width to the list view.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected virtual JamShellColumnHeader AddShellColumn(
	int pShellColumnIndex,
	int pWidth
)

Parameters

pShellColumnIndex
Type: SystemInt32
The shell column index.
pWidth
Type: SystemInt32
The width the column should have.

Return Value

Type: JamShellColumnHeader
The JamShellColumnHeader that has been created.
See Also