How do I make a checklist, which will fit into an table with a width of 400px?
I have tried both vertical and horiz, but then it doesn't change line, see attached...
Printable View
How do I make a checklist, which will fit into an table with a width of 400px?
I have tried both vertical and horiz, but then it doesn't change line, see attached...
Change the CheckList's RepeatColumn Property. By default it is 0 (or 1 i'm not sure), change it to >=2, according to your application.
Perfect, works great now ;-)