Can this be done with relative ease?
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.
I was able to do the following in 15 minutes, so yes. The main idea is to handle the DrawItem event.
Following is my take on the problem (you can see another example, drawing icons in the items here).
Usage: Create a regular form and drop one combobox on it.
(Note that this is of course only a naïve proof of concept – there’s obviously room for improvement. Also it’s just assuming that there will only be two lines rather than one. But it shows that this is possible.)