I have a dialogue box with a large number of things to either select or leave unselected.

I've been doing this with a 'check boxes dialogue' in my wizard loop, but the list has just grown to the extent that the last item is omitted from the dialogue box. (12 items I think).

There's lots of room over to the right though, and it would be nice to have two columns of check boxes

Check01 Check04
Check02 Check05
Check03 Check06

Is this possible with a checkbox dialogue box?

(As a C++ man, I tried putting a \n in the variable defining the check box text spaced with | but that didn't work!)

Dave