JVCL Help:TJvInspectorTImageIndexItem.DoMeasureListItem@TWinControl@Integer@Integer
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvInspectorTImageIndexItem.DoMeasureListItem Method
[+] TJvInspectorTImageIndexItem Methods
[+] TJvInspectorTImageIndexItem Properties
Search in JVCL Help
Search in all projectsSummary
Event handler for the drop down list box
Pascal
procedureDoMeasureListItem(Control: TWinControl; Index: Integer; varHeight: Integer); override;
Description
DoMeasureListItem is the OnMeasureItem event handler of the drop down list box. By default, DoMeasureListItem does not change the initial item height, which results in fixed item heights. Descendants can override this method to allow for variable item heights. See the VCL help on TCustomListBox.OnMeasureItem for information on the parameters.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page