Click or drag to resize

ShellViewColumnsSetColumnWidth Method

Sets the width of the column identified by the passed id.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
protected void SetColumnWidth(
	SHCOLUMNID pShellColumnId,
	int pNewWidth
)

Parameters

pShellColumnId
Type: Jam.ShellSHCOLUMNID
A SHCOLUMNID that serves as identifier of the column.
pNewWidth
Type: SystemInt32
The width in pixel.
See Also