TdxCustomListView.ApplyBestFit(TdxListColumn,Boolean) Method
Adjusts the width of the specified column to display its content in full.
#Declaration
procedure ApplyBestFit(AColumn: TdxListColumn = nil; AVisibleItemsOnly: Boolean = False);
#Parameters
Name | Type | Description |
---|---|---|
AColumn | Tdx |
The target List View column. If nil (in Delphi) or nullptr (in C++Builder), the procedure adjusts the width of all columns in the List View. |
AVisible |
Boolean | If False, the procedure calculates the column width by the column’s full content; otherwise, the procedure calculates the column width by content in the control’s client area. |
#Remarks
Note
An Apply