cancel
Showing results for 
Search instead for 
Did you mean: 

Setting the CheckBoxGroup column width

Former Member
0 Kudos

Hello guys

I'm using the IWDCheckBoxGroup UI element to display a list of items in my WD application.

It is working fine, but the project designer asked me, to set it width to 100%, to fill all the screen width ( that is inside a EP IView )

My problem is: I'm using 3 columns and it does'nt respect the proportion (33%,33%,33%). Put all the columns agrouped in the left ( or center ) is not an option

Is there any way to set the columns width in the CheckboxGroup?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member751941
Active Contributor
0 Kudos

Hi Alexandre,

Select <b> CheckBoxGroup [CheckBoxGroup-Child]</b> from the outline

And set the <b>width </b> property value in terms of pixel [like 150px] instead of %.

<a href="http://help.sap.com/saphelp_erp2005/helpdata/en/cd/ad884118aa1709e10000000a155106/frameset.htm">CheckBoxGroup</a>

Regards,

Mithu

Former Member
0 Kudos

Tks for your answer, but it didn't solve my problem.

I need to use 100% becouse my checkboxgroup MUST to fill all the page width. My problem as I said is that I don't know how to set the width of the columns. I'm using 3 columns in my checkboxgroup and its widht becomes diferent in runtime.

To create proportional widths I think that I need to set it own width, not the width of the group.

Is it possible? I read the API and didn't find any references about this

Tks again