Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Web Dynpro Element Spacing Question

sap_cohort
Active Contributor
0 Likes
402

Hi, I am new to this and could use some help. I have a Web Dynpro Table and below the table I have a few buttons. the buttons appear directly below the table with no space at all and it doesn't look good. I would like there to be some space after the table before the buttons. What's the easiest way to do thin in web dynpro abap. basically i need the same thing a horizontal gutter provides except I don't want to see the line...

Thanks for any help...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
364

Hi,

change the layout as "GRID layout" and You can use the "paddingTop" option for ur element which will move put space in between..

Hi, I am new to this and could use some help. I have a Web Dynpro Table and below the table I have a few buttons. the buttons appear directly below the table with no space at all and it doesn't look good. I would like there to be some space after the table before the buttons. What's the easiest way to do thin in web dynpro abap. basically i need the same thing a horizontal gutter provides except I don't want to see the line...

Thanks for any help...

1 REPLY 1
Read only

Former Member
0 Likes
365

Hi,

change the layout as "GRID layout" and You can use the "paddingTop" option for ur element which will move put space in between..