How to Align the checkedListBox item in windows application
Hi,I need to display the following items like in CheckedListBox
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15...........
but either i can able to display like
1
2
3
...
or 1 2 3......
I know that in asp.Net we can set through "RepeatDirection="Horizontal" RepeatColumns="7"" these properties.
what are the Equivalent properties in windows aplication?...is it possible?
i need to set no of column also.
can anyone help me how to do this in CheckedListBox windows application.
Thanks in advance.