Method GetWidth
GetWidth(ComboBox, int, float)
Called by owner drawn ComboBox control in order to get width of the item. Return -1 to use default behavior.
float GetWidth(ComboBox sender, int index, float defaultWidth)
Parameters
senderComboBoxComboBox control.
indexintIndex of the item.
defaultWidthfloatDefault width of the item.