ToolTip on a ComboBox

  • Thread starter Thread starter Sumit
  • Start date Start date
S

Sumit

Hi All,

I have a Combobox on a Win Form.
I want that as the user scrolls through the items in comboBox the
corresponding text should be displayed as a ToolTip.

I need it as the comboBox contains some items which are longer than the
width of the combobox.

Kindly Help !!

Warm Regards
Sumit
 
Hi Sumit,
u need 2 register ComboBox's Mouse Hover event and in Mouse hover event
u can get the selected Text from Selected Text property of combo box
and then display it as ToolTip using tool tip class.

there's definitely a simple solution for this.

Let me know if you need the answer in more detail.


regardsm
Kalyan Ganjam
 
Back
Top