TcxTreeListReportLinkOptionsSize.AutoWidth Property
Specifies if the width of the TreeList control should be automatically adjusted to fit the report page width.
Declaration
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