Well this is new territory for me and my searches on google have proved fruitless.
Here is what I am trying to do.
I want to create on a windows from (using C#) a small area with a verticle scroll bar that will have x number of checkboxes (known only at runtime) I would like them to be 3 columns wide and just keepgoign downwards.
I used the checkboxlist control and this idea is almost perfect except it keeps adding horizontally and i want the checkboxes added vertially.
I am stumped as to accomplish this, please any of you guru's out there with some amazingideas please share them.
Here is what I am trying to do.
I want to create on a windows from (using C#) a small area with a verticle scroll bar that will have x number of checkboxes (known only at runtime) I would like them to be 3 columns wide and just keepgoign downwards.
I used the checkboxlist control and this idea is almost perfect except it keeps adding horizontally and i want the checkboxes added vertially.
I am stumped as to accomplish this, please any of you guru's out there with some amazingideas please share them.
Comment