cancel
Showing results for 
Search instead for 
Did you mean: 

RoadMap width

b_deterd2
Active Contributor
0 Kudos

Hi everyone,

I have a UI element ROAD_MAP in a popup window. All works fine but i don't seem to be able to set the width of the road map to 100%.

I would like to stretch the road_map ui element to the full length of the view.

Any help will be appreciated.

regards,

Bert

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

HAve a tranparanet contianer and set it layout as MATRIX then set the width as 100%, stretch horizaontally as checked then inside this have the roadmap UI element.

Regards,

Lekha.

b_deterd2
Active Contributor
0 Kudos

Thanks, but it still looks the same. Any other suggestions?

regards,

bert

Former Member
0 Kudos

Hi,

For the RootContainterUI set the layout as MATRIX widht as 100%, check the box strcheted horizontally.

Under this take tranparent container with MATRIX layout, width 100%, check the box strcheted horizontally. For thisyou can see LAYOUT(MATRXIHEADDATA) also widht should be 100%. With in this have RoadMap.

Check out with these settings. It should work.

Regards,

Lekha.

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

I think the key here is that you are dealing with a popup window. The popup window is going to resize itself to only take up enough space for the inner content. You then tell the inner content to take up 100% of the popup. You can see the circular nature of the sizing.

b_deterd2
Active Contributor
0 Kudos

Thanks every one.

I've centered it out in the popup. Looks nice enough !

regards,

Bert