TcxTreeListBand.RestoreWidths Method
Restores the band’s default width.
Declaration
procedure RestoreWidths;
Remarks
Call this procedure to reset the MinWidth and Width properties to their default values (that is, cxTreeListDefMinWidth and 0, respectively).
Call the RestoreDefaults procedure to restore all the band’s settings to the default values.
See Also