property FaceTree.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 returns or sets a value indicating whether the control will automatically size its visible columns to fit on the control's client width.
By default, the ColumnAutoResize property is True. The ColumnAutoResize property specifies whether the visible columns fit the control's client area. Use the Width property to specify the column's width. Use the Position property to specify the column's position. Use the HeaderVisible property to show or hide the control's header bar. Use the ColumnFromPoint property to get the column from point. Use the Remove method to remove a column.