Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTreeListReportLinkOptionsSize.AutoWidth Property

Specifies if the width of the TreeList control should be automatically adjusted to fit the report page width.

#Declaration

Delphi
property AutoWidth; default False;

#Property Value

Type Default
Boolean False

#Remarks

To enable automatic width adjustment set the AutoWidth property to True, to disable it set the property to False.

Note that the property values of OptionsPagination.Band and OptionsPagination.Column have no effect upon the report and the TreeList control is not horizontally split across the report pages if the AutoWidth or ShrinkToPageWidth property is True.

The default value of the AutoWidth property is False.

See Also