cancel
Showing results for 
Search instead for 
Did you mean: 

Layout - Grid or Matrix

Carola1
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

Please could somebody tell me, how to place two tables and inbetween these two tables 2 buttons that are placed one on top of the other. In principle I have three columns. In the second column there should be 2 buttons vertically aligned.

I tried with grid layout (column count 3) but the buttons are not one on top of the other.

Which layout do I have to use and which properties do I have to set ?

Thanks for any help.

Carola

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Carola. In the middle column of the grid embedd a transparent container. Set the layout of this container to gridlayout (1 Column) now embedd the buttons here.

Cheers,

Sascha

Upps, sorry double posting

Message was edited by:

Sascha Dingeldey

Answers (2)

Answers (2)

Carola1
Product and Topic Expert
Product and Topic Expert
0 Kudos

Thanks !

Former Member
0 Kudos

Hi,

you should use the transparent container element,

in there place the two buttons on top of each other and set the container in between the tables.

in your container you can eg use matrix layout and set

the layout type for each button to matrix head data or

a grid layout with only one column.

grtz,

Koen