Within a listbox, how does one take up multiple rows with a single entry?
I have attempted “Name: somename \n Age: someage” but that does not seem to work. Is there any way to force the vertical margins of each entry to be larger?
-Regards
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.
The standard WinForm listbox does not support this. You will have to roll your own by making a custom control.