cancel
Showing results for 
Search instead for 
Did you mean: 

Creating two adjecent groups

Former Member
0 Kudos

Hi

I have some UIelements in group A and some UI elements in group B. I want to display group A on left side and group B on right side of the screen.

I tried to create a new group C. then I inserted group A and B into group C. I selected layout type for group C as matrix data.

But I was not able to set matrix head data for group A and matrix data for group B.

Can this be possible to show groups in explained manner by any other way ?

Regards

Vishal Kapoor

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi vishal,

make group c as grid layout and give the column number as 2, now inclede group a and b to group c.

Regards

Sarath

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Vishal,

Yah, you have many ways of doing this.

Create a TRANSPARENT CONTAINER of FLOW LAYOUT and embed your Groups into it.

Else, you can also doing the same with MATRIX LAYOUT too.

Check that out and let us know in case of any probs.

Regards

Raja Sekhar

thomas_szcs
Active Contributor
0 Kudos

Hello Vishal,

You probably set the layout data of the group C instead of the contained layout. This can be achieved by selecting "MatrixLayout" in the layout property of Group C. Group A needs to be set to MatrixHeadData while Group B needs to be set to MatrixData.

Best regards,

Thomas

Former Member
0 Kudos

Thanks !

It works