JamBaseShellListViewAutoSizeColumn Property |
Adjust the size of the given column so that it fills the remaining horizontal space.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntaxpublic int AutoSizeColumn { get; set; }
Public Property AutoSizeColumn As Integer
Get
Set
public:
property int AutoSizeColumn {
int get ();
void set (int value);
}
member AutoSizeColumn : int with 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