I have a checkedlistbox and when i populate it i want to have an empty space between each check box. i can create them with an empty string but the check box is still there. can anyone please help me.
thank you
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.
Assuming you are using .NET C# winforms…
You can inherit this control, and override the property
.ItemHeightas follows:Place one of these controls on your form, and set the property to a height that suits the amount of space you desire. (If you want it to show up in the toolbox you’ll need to create it as a user control.) Here is an example: