TcxTreeListColumn.RestoreWidths Method
In This Article
Resets the column’s width to its default value.
#Declaration
Delphi
procedure RestoreWidths; virtual;
#Remarks
This method assigns the default values of the column’s MinWidth and Width properties.
See Also