cancel
Showing results for 
Search instead for 
Did you mean: 

Radio Button Groups - always below each other?

Former Member
0 Kudos

Hello,

When you create a RadioButtonGroup either ByKey or ByIndex it always puts each element under the next one. I was wondering if there was a way to put each element NEXT to each other, so I read each option from left to right instead of from top to bottom.

Thanks in advance,

Jennifer

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jacobs,

Assign the 'colCount' property of RadioGroupByXX object to the number of radio buttons you want to have. Then you would get all ur radio buttons side-by-side instead of below to each other.

for example, if u have 2 radio buttongs in the radio button group then assign colCount=2.

Thanks,

Raags

PS: If useful assign points

Former Member
0 Kudos

Thanks much! That worked perfect (points awarded)

Answers (0)