cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

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

0 Likes
View Entire Topic
Former Member
0 Likes

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