JVCL Help:TJvCustomInspectorItem.DoMeasureListItem

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Event handler for the drop down list box


Pascal

 procedureDoMeasureListItem(Control: TWinControl; Index: Integer; varHeight: Integer); virtual;


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