how Display Tooltip on a Combo Box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi,
I want to display tooltip when Hovered on the Combo Box.
like, once if we click on the combo, displays all items in the Combo, when i
move the mouse on each item, it has to display the tooltip with that Itemname.
Reason: some times item names will be larger then combo box width. i want to
display them as Tooltips.

will u please suggest with solution.

waiting for reply

shyam sundar
 
Have you looked at ComboBox.DropDownWidth? You can iterate the items in the
list, measure them with Graphics.MeasureString, then set the drop down width
to the highest width.

HTH;
Eric Cadwell
http://www.origincontrols.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

ToolTip like Control 2
WinForms PictureBox with tooltips? 1
Systray Tooltips 1
How a Tooltip can be displayed? 2
Lost Tooltip for Command Button 1
Strange Tooltip Problem 1
Tooltip problem 4
Combobox Tooltips 3

Back
Top