ShellListViewAutoResizeColumn Method |
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 6.4
Syntaxpublic void AutoResizeColumn(
int columnIndex,
ColumnHeaderAutoResizeStyle headerAutoResize
)
Public Sub AutoResizeColumn (
columnIndex As Integer,
headerAutoResize As ColumnHeaderAutoResizeStyle
)
public:
void AutoResizeColumn(
int columnIndex,
ColumnHeaderAutoResizeStyle headerAutoResize
)
member AutoResizeColumn :
columnIndex : int *
headerAutoResize : ColumnHeaderAutoResizeStyle -> unit
Parameters
- columnIndex
- Type: SystemInt32
The index of the column that should be resized. - headerAutoResize
- Type: System.Windows.FormsColumnHeaderAutoResizeStyle
The resize style.
See Also