[Overview][Types][Classes][Procedures and functions][Index] |
Adjusts column widths when the control is resized.
Source position: shellctrls.pas line 276
protected procedure TCustomShellListView.DoOnResize; override; |
Calls the inherited method, and calls AdjustColWidths to update the layout for Columns.
|
Adjusts the width of columns in the list view according to the overall width for the control. |
|
|
Signals OnResize event handlers for the control. |