TdxBarCustomCombo.ItemsHeight Property
Contains an array of listbox item height.
Declaration
property ItemsHeight[Index: Integer]: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Elements of the ItemsHeight array contain the height of a particular listbox item in pixels. ItemsHeight is similar to the TCustomListBox.ItemHeight property because the TdxBarCustomCombo object uses the list box as a dropdown window. Use the OnMeasureItem event to customize the height of a particular item in a dropdown list.
See Also