Radio set format issue

Kalan

Member
Hi,

Could you pls someone suggest me the way to format the radio set widgets at run time?

For example, I have radio Set name 'City' with three horizontal radio buttons with width 49 and another radio set 'State' with two horizontal radio buttons. In runtime I add one more radio button for State and assign the width value as 49 with expectation it will be alligned perfectly with City radio button. However, I am struggling to align the each radio button of City with state radio button set even though width and number of buttons are same in these two sets. Could someone please suggest on this? (FYI: GUI Based application - 10.2B)

Thanks.
 
If you included your code, I might copy / paste it into an editor to see what you mean.
 
AFAIK the alignment of the radio buttons is partly to do with the length of the labels on each option, as well as the width of the whole radio set widget. Aligning them perfectly could end up being a nightmare.
 
Back
Top