Skip to main content

TcxListBoxMeasureItemEvent Type

Declaration

TcxListBoxMeasureItemEvent = procedure(AControl: TcxListBox; AIndex: Integer; var Height: Integer) of object;

Parameters

Name Type
AControl TcxListBox
AIndex Integer
Height Integer
See Also