AutoAdjustColumnWidth
If this property is set to True, the column width will adjust itself to length of the text. Otherwise text will wrap to the next line.
Syntax
[VC++]
BOOL GetAutoAdjustColumnWidth();
void SetAutoAdjustColumnWidth(BOOL bNewValue);
[C#]
public abstract new bool AutoAdjustColumnWidth [ get, set ]
[VB]
Property AutoAdjustColumnWidth As Boolean
Default Value
False