property Pivot.ColumnAutoResize as Boolean

Returns or sets a value indicating whether the control will automatically size its visible columns to fit on the control's client width.

TypeDescription
Boolean A boolean expression indicating whether the control will automatically size its visible columns to fit on the control's client width.

By default, the ColumnAutoResize property is False. Use the ColumnAutoResize property to fit all your columns in the client area. Use the DefaultColumnWidth property to specify the default column's width.