Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomListView.ApplyBestFit(TdxListColumn,Boolean) Method

Adjusts the width of the specified column to display its content in full.

#Declaration

Delphi
procedure ApplyBestFit(AColumn: TdxListColumn = nil; AVisibleItemsOnly: Boolean = False);

#Parameters

Name Type Description
AColumn TdxListColumn

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.

AVisibleItemsOnly 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 ApplyBestFit procedure call raises the control’s OnColumnSizeChanged event for each resized column.

See Also