Click or drag to resize

SystemListViewSetColumnOrder Method

Sets the order in which columns appear.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
protected bool SetColumnOrder(
	int[] newOrder
)

Parameters

newOrder
Type: SystemInt32
The new display order of the column indices.

Return Value

Type: Boolean
True if setting the ColumnOrder was successful.
See Also