cancel
Showing results for 
Search instead for 
Did you mean: 

Tree UI Element

Former Member
0 Kudos

Hi Experts,

i am using Tree Ui element in my project, for a node value i m getting Horizontal scroll coz length of the string is 2000.

As per requirmrnt 250 chratcter per line is needed and rest characters need to come under same node but in next line, just like wraping of character.

i tried to achive this through the property of the element, but there is no property like wrap.

if any one having the idea about that, please share the same.

Thanks in advance.

Regards,

Deepak

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Other option for you is to create a table with tree by nesting UI element and add textview as table cell editor.

Text view have the property wrapping.

Regards

Ayyapparaj

Former Member
0 Kudos

Hi ,

Split your String after 250 characters and append '/n' escape sequence ,repeate the same till the String's length.

Thanks,

Sunitha Hari