cancel
Showing results for 
Search instead for 
Did you mean: 

no margins in a row container

daniel_humberg
Contributor
0 Kudos

I have a row container with 3 rows.

In each row, I display 5 entries.

Now, the 5 entries in each row are displayed next to each other without any spacing between them.

What can I do do add some spacing (margins, paddings) between the elements?

Accepted Solutions (1)

Accepted Solutions (1)

Sm1tje
Active Contributor
0 Kudos

Better use (if possible in your particular case) the grid layout, define number of columns (5) and use the cell spacing the separate the buttons from each other.

Hope this helps. Although It is no question to your answer, I think it would be better to do it like this.

Answers (1)

Answers (1)

daniel_humberg
Contributor
0 Kudos

But if it is not possible to have any spacing between the elements in a row_layout, for which purposes can it be used at all?

Has anybody ever used row_layout?

Former Member
0 Kudos

Hi,

you should use rowDesign in lrpad with a number of pixels

or vGutter attribute: [documentation|http://help.sap.com/saphelp_nw2004s/helpdata/en/e3/4e8b4142b7d960e10000000a1550b0/frameset.htm]

grtz,

Koen

daniel_humberg
Contributor
0 Kudos

Hi Koen,

I tried using both row_design and v_gutter, but both seem to have no effect in my case.

Still, there is no spacing between the elements at all.

And I found no place to specify a number of pixels anywhere.

Regards,

Daniel

PS: In the preview of the screen in the abap workbench, i see some spacing. But then calling the application, there is no spacing.