DetailMaxWidth Property

Returns or sets the maximum width (in pixels) that the detail grid can attain when the value of the DetailAutoFit property is True. A scroll bar is displayed if the width of the detail grid would exceed the maximum width. The default value is 1024 pixels. This property is ignored if the value of the DetailAutoFit property is False. Read/write Long.

Applies to | PivotView Object

See Also | DetailMaxHeight Property | DetailRowHeight Property | DetailWidth Property

expression.DetailMaxWidth

*expression   * Required. An expression that returns a PivotView object.