Click or drag to resize

SystemListViewSetColumnOrder Method

Sets the order in which columns appear.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
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