How can we add tooltip to combobox items, so when a user moves around items can see tooltip, items in combobox will be of type string and the same value will be displayed as tooltip
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can handle DrawItem event of the ComboBox which will be raised when a visual aspect of an owner-drawn ComboBox changes. You can refer to the following site which contains a very detailed sample.
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3471498&SiteID=1