Board index » cppbuilder » How to set RadioButton Group items horizontally?

How to set RadioButton Group items horizontally?

I need more than one group of radio buttons on a form.

If I get individual radio buttons, I can lay them any where
I like.
But all buttons are set as one group and only one can be
selected.

If I chose several groups, they all lay out vertically,
while
I need to set up some horizontally.

How to group individual radio buttons or lay radio group
items horizontally?

Thanks.

 

Re:How to set RadioButton Group items horizontally?


Group your radio-buttons inside groupboxes (Not RadioGroups!). So, first
drop two group-boxes onto your form, and then drop two radio buttons in each
groupbox. I just tried it, and this works fine. You can then organize the
radio-buttons in any way you like.

Jeroen

Quote
"Jian" <jxw...@uoguelph.ca> wrote in message

news:394FE71A.15B19C73@uoguelph.ca...
Quote
> I need more than one group of radio buttons on a form.

> If I get individual radio buttons, I can lay them any where
> I like.
> But all buttons are set as one group and only one can be
> selected.

> If I chose several groups, they all lay out vertically,
> while
> I need to set up some horizontally.

> How to group individual radio buttons or lay radio group
> items horizontally?

> Thanks.

Re:How to set RadioButton Group items horizontally?


Have you tried increasing the number of columns?

Other Threads