Method GetHeight
GetHeight(ComboBox, int, float)
Called by owner drawn ComboBox control in order to get height of the item. Return -1 to use default behavior.
public virtual float GetHeight(ComboBox sender, int index, float defaultHeight)
Parameters
senderComboBoxComboBox control.
indexintIndex of the item.
defaultHeightfloatDefault height of the item.