Skip to main content
A newer version of this page is available. .

TreeListOptionsPrint.AutoWidth Property

Gets or sets whether columns are automatically stretched when the tree list is printed so that it fits the page’s width (except margins).

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool AutoWidth { get; set; }

Property Value

Type Default Description
Boolean **true**

true to force the Tree List to fit the printed page horizontally; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AutoWidth
WinForms Controls ResourcesTree
.OptionsPrint.AutoWidth
TreeList
.OptionsPrint.AutoWidth
Reporting XRDesignFieldList
.OptionsPrint.AutoWidth
XRDesignReportExplorer
.OptionsPrint.AutoWidth

Remarks

The image below shows the Tree List’s print preview when the AutoWidth property is set to false and true, respectively.

AppearancePrint_AutoWidth

See Also