I need to build a list of strings with a checkbox next to each one of them. I want to build it horizontally, but I don’t want a horizontal scroll bar to appear. I was thinking of using either a Repeater or a DataList for the task, but how do I wrap the data to prevent a scroll bar to appear?
Share
Try the CheckBoxList but set the repeatdirection to be horizontal and set the container to a specified width but not a specified height.