Click or drag to resize

ShellListViewAutoResizeColumns Method

Overrides the AutoResizeColumn(Int32, ColumnHeaderAutoResizeStyle) method. A SmartRefresh is called before the auto resize is executed.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public void AutoResizeColumns(
	ColumnHeaderAutoResizeStyle headerAutoResize
)

Parameters

headerAutoResize
Type: System.Windows.FormsColumnHeaderAutoResizeStyle
The resize style.
See Also