Skip to main content

Hi,

 

No matter what i do, the Radio button remains CENTRED in the column, how do i get it to align left?

 

I have tried CELL formatting and chosen Left align - doesn't work

I have created a Table, but the Radio button in there, left aligned within Table - doesn't work

 

The Radio button Properties - alignment options are not selectable.

 

Any ideas?

 

 

Hi Sharpharp1,

 

Select RadiobuttonList control and then under properties edit the style.

Here under Font tab for property Alignment select Align text to Left.

 

While setting alignment for cell it will not work as it will align the list control to left not it’s content 

 

Let me know if this helps you.

 


Hi Kran,

 

Like i mentioned, the options within the Radio control to aligh left are not selectable

 

Thanks


Hi Sharpharp1,

 

My apology, I was referring to RadiobuttonList while responding to solution.

 

For radiobutton alignment property will be disabled. By default radiobutton is left aligned. Check if you have provided any value for left padding or left margin. Also make sure any custom style (in case if you are using) is not overwriting its property.

 

If still it's having same problem, you can use custom style  to make it left align.

 

Let me know if this  helps you.


Reply