AdjustWidthOnlyVisible: Boolean;
AdjustWidthOnlyVisible: boolean;
The AdjustWidthOnlyVisible property determines the method of auto adjusting the column width.
Acceptable values:
True. Autofit takes into account only width of visible elements. The width of elements available with the scrollbar is ignored.
False. Default value. Autofit takes into account width of all elements.
To autofit the width double click the border between columns or use the IDimensionViewer.AdjustWidth method.
See also: