TcxTreeListBand.RestoreWidths Method
In This Article
Restores the band’s default width.
#Declaration
Delphi
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