cancel
Showing results for 
Search instead for 
Did you mean: 

IWDGroup - making it the full width of the screen

0 Kudos

Hi everyone, I am using the IWDGroup element to enclose several other elements, e.g. Table, textview, labels, etc.

I will be listing several groups on one screen, in order to make them uniform, I'd like to make it by default, stretch to atleast the full width of the screen. I've tried setting the setStretchHorizontal to be true, however, still this does not work. Please help.

Thanks in advance,

Michael P

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Did you try width="100%"?

Armin

Former Member
0 Kudos

...and check settings for parent container (RootUIElementContainer or other) -- it can drive layout on its own.

VS

Answers (1)

Answers (1)

0 Kudos

Hi Armin,

Yes, I have tried setting the width=100%, using the CSS principle as it had suggested. I'm starting to perhaps think that this is a bug.

You have always been very helpful in the past, do you have any other suggestions?

Kind Regards,

Former Member
0 Kudos

The percentage value is relative to the width of the parent container, as Valery remarked correctly. So ensure you have also maximum width for all parents.

Armin