cancel
Showing results for 
Search instead for 
Did you mean: 

Group Element Size

Former Member
0 Kudos

Hi all,

I am designing a UI that has a group element to which elements are added dynamically at runtime. I am trying to get the group to be 100% percent of the Root Element to avoid seeing the background color in the iView. Currently it seems the group covers about 95% of the iView and not the full 100%. If any one knows how to get the group to cover the full 100% please let me know how.

Thanks,

Jonathan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I would give the root container a MatrixLayout, assign the group a MatrixHeadData with width=100% and set the width of the group to 100%.

Armin

Answers (1)

Answers (1)

Former Member
0 Kudos

My guess is that it is an iView setting. Also check that the root element has its width set to 100%.

-Cindy