Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 499 Bytes

File metadata and controls

6 lines (4 loc) · 499 Bytes

ListBoxWithToolTip

Extends the Windows Forms ListBox control to display a tooltip for each item. The built-in ToolTip control allows you to display a single tooltip for the entire listbox. However, if you want to display separate tooltips for each item in the listbox, you're out of luck. Fortunately, it's not too difficult to mimic the tooltip behavior yourself.

View the entire article at http://www.codeproject.com/Articles/457444/Listbox-Control-with-Tooltip-for-Each-Item