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.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public void AutoResizeColumns(
	ColumnHeaderAutoResizeStyle headerAutoResize
)

Parameters

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