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

TdxListColumn.ApplyBestFit(Boolean) Method

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

#Declaration

Delphi
procedure ApplyBestFit(AVisibleItemsOnly: Boolean = False);

#Parameters

Name Type Description
AVisibleItemsOnly Boolean

If False, the procedure calculates the column width by the widest content in the entire column. If True, the procedure calculates the column width by the widest content in the List View control’s client area.

#Remarks

Note

An ApplyBestFit procedure call raises the control’s OnColumnSizeChanged event if the call changes the column’s width.

See Also