Hey,
Does anyone know how to make the checkboxes lay in a horizontal direction?
Thanks Much
I do not know of any way to accomplish that. If you want to use an Option list, you can use the UltraOptionSet and set the MaxColumnWidth and ItemSpacingHorizontal to achieve that type of display.
Let me know if that helps.
Thanks
Jason
Thanks for answering so quickly. I don't know if that will work since I'm using the JSF/Java. I was kind of hoping that the component had an orientation="portrait" or "landscape" ... no such luck so far... I haven't tried the style="..." yet.
Here is a snippit of the jsf code
<ig:checkBoxList id="averagePeriods" binding="#{page.periodsForAverage}" dataSource="#{page.periodsForAverageList}" tooltip="Choose the measurement periods you would like to use for the average" style="white-space: nowrap; font-style: normal; font-family: Arial, Verdana, Sans-Serif; font-size: 11px; font-weight: normal"/>