Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

I have one CheckedListbox in windows application. I have 15 Items inside CheckedListbox
My requirement is Arrange that items in Multiple columns horizontally.Columns nearly equal to
5 columns.In case runtime itmes of the CheckedListbox are increased checkedlistbox arranged it's items automatically and columns count are also changed. In this situation also
i want to get only 5 columns

In web application i can achieve this using property RepeatColumns=5

But in windows there is one property Multicolumn="True".
But I get only two columns.

For this what I can I Do Is there any way please Help me.




Thanks & Regards.
Posted
Comments
Pravin Patil, Mumbai 12-Sep-11 2:29am    
Have a look at http://en.csharp-online.net/CheckedListBox. It may help you.

1 solution

hope this will help

<a href="http://www.daniweb.com/software-development/csharp/threads/135143">http://www.daniweb.com/software-development/csharp/threads/135143</a>[<a href="http://www.daniweb.com/software-development/csharp/threads/135143" target="_blank" title="New Window">^</a>]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900