Click or drag to resize

JamBaseShellListViewAutoSizeColumn Property

Adjust the size of the given column so that it fills the remaining horizontal space.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public int AutoSizeColumn { get; set; }

Property Value

Type: Int32
If a value greater or equal to zero is assigned to this property, the column width this index will be adjusted to fill the available horizontal space so that no scrollbar needs to be shown. A minimum size of 80 is preserved.
See Also