cancel
Showing results for 
Search instead for 
Did you mean: 

WD Radio Button: Label text wrapping

Former Member
0 Kudos

I have a view which contains two radiobuttons. These radiobuttons are part of scrollcontainer. The label texts are very long so the scrollcantainer allows scrolling of text.

I want to change the radiobutton labels so that there is no scrolling and have the label text wraps around.

I don't see a wrap property for label. What is easiest way to do this?

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Replaced the scrollcontainer with transparentcontainer. Moved the radiobuttons into TPC with associated labels. Set label text property. Set label width property and set label wrapping property.

Former Member
0 Kudos

Hi,

If I have clearly understood you are having 2 radio buttons in a scroll container.

Due to long length the scrollcontainer provides you scrolbar.

I have these points :

1) Please try increasing the size of scrollcontainer if possible .

2) If your Label length is very long like greater than 255 characters than even the main window will have scrolls activated.

3) Moreover if labels' size is lesser than 255 then set scroomode = NONE to stop scrolling.

Please tell that why you want to use a scroll container if you do not want the scroll bars.

Regards,

Sumit Oberoi