cancel
Showing results for 
Search instead for 
Did you mean: 

Wrap the text of Rpadmap text description

Former Member
0 Kudos

I am getting the description I put for the RoadMap step. But this causes teh roadmap steps to be off different sizes and does not look that pleasing. I would like to get this text wrapped up and provide a fixed size for this. Can i do this?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You cannot wrap the name property of Road Map Step.

Thanks & Regards,

Jhansi Miryala

Former Member
0 Kudos

Actually, I want to wrap the description not the name. Name is fine, the description comes underneath the step and that's what I need to wrap.. any idea?

former_member197348
Active Contributor
0 Kudos

Hi Ashish,

I am not sure about this but try this out if it works for you.

Create a transparent container with flow layout embed your roadmap UI element into it.

Set wrapping true for the transparent container.

If it doesn't work then try with other layouts of transparent container they may give better look and consistency.

Regards,

Siva

Former Member
0 Kudos

Hi Siva

Thanks for the reply. Wrapping text should heppen inside a roadmap step, not the roadmap component. I am adding the roadmap component as a whole to the layoutmanager

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ashish,

Try the following steps:

1) Create a Parent Transparent Container with Grid Layout

2) Set No. of columns = No. of RoadMapSteps

3) Create Child Transparent Containers for each RoadMapStep with Flow Layout

4) Set wrapping = true for all these child transparent containers.

Hope this works.

Kind Regards,

Nitin

Former Member
0 Kudos

Thanks very much Nitin. Sounds awesome.. Will try that out..