cancel
Showing results for 
Search instead for 
Did you mean: 

Wrap a radiobutton's label

Former Member
0 Kudos

Hi gurus,

I have a quick question: is there a way to wrap a radiobutton's label?

Thanks a lot.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

can you be a liitle more elaborate please ?

thanks

Former Member
0 Kudos

I used a RadioButtonsGroupByIndex (but I tried also a RadioButtonsGroupByIndex) with Texts property binding to a context attribute. If the context attribute contains a very long text there is no a manner to wrap this text.

I solved using a TextView UI element near to a simple RadioButton UI element like a SAP's suggestion:

"The text of radiobuttons cannot be wrapped, however you workaround the problem by adding a text view near to the radiobutton and do the wrapping for that."

Thanks to all.

0 Kudos

Hi,

Can you please provide step by step procedure on how to achieve the radio button and text view element wrapping.

I placed the radio button and text view, but I am not able to wrap the text using the wrapping attribute.

Please provide me a sample application if possible.

Thanks and Regards,

Ravindranath

Former Member
0 Kudos

Hi,

I simply put the TextView, with wrapping true, inside a transparent container and it works automatically...