Page 1 of 1

Radio Buttons: Place all on a vertical

Posted: Mon Aug 12, 2024 1:07 pm
by jPaul
Hi Everybody,

I have a Layout Grid, partitioned to three equal colums. Each column will contain a text line and 4 radio buttons.

I want to keep the four radio buttons (in each column) arranged in a vertical, regardless of the screen width

How can I do that?

Re: Radio Buttons: Place all on a vertical

Posted: Mon Aug 12, 2024 1:32 pm
by Pablo
You will need to use a nested grid for this.

Re: Radio Buttons: Place all on a vertical

Posted: Mon Aug 12, 2024 1:49 pm
by jPaul
Thanks for the pointer Pablo,
but where is "nested grid" described in your documentation?

Re: Radio Buttons: Place all on a vertical

Posted: Mon Aug 12, 2024 2:32 pm
by Pablo
A bested grid is just a layout grid inside another layout grid.

Re: Radio Buttons: Place all on a vertical

Posted: Mon Aug 12, 2024 2:34 pm
by BaconFries
but where is "nested grid" described in your documentation
A nested grid is simply another grid in the grid.

Re: Radio Buttons: Place all on a vertical

Posted: Mon Aug 12, 2024 2:46 pm
by jPaul
Thank you, Pablo and BasicFries,

I appreciate your advice.
What I thought was terribly complicated turns out to be a simple answer.
Je me souviens