cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove unnecessary padding (space) around WD Standalone Application

Former Member
0 Kudos

Hi Experts,

We are currently developing a stand alone WebDynpro application. There was a unnecessary padding around a WD application. All the containers inside Frontiersmen are set to Collides=paddles.

I was going to below wick which explains how to do it in ABA WebDynpro .

[https://wiki.sdn.sap.com/wiki/display/WDABAP/UIElements|https://wiki.sdn.sap.com/wiki/display/WDABAP/UIElements]

Please help me to remove space on top/left/right of WebDynpro application

Accepted Solutions (0)

Answers (1)

Answers (1)

siarhei_pisarenka3
Active Contributor
0 Kudos

Hi

Top/left/right padding can appear in many places:

1. The most obvious place is TransparentContainers of Matrix layout. If you have some check Matrix Layout Data of the children. Property 'cellDesign' should be 'padless'. All other values of the property bring padding. Even 'lrNoPad' has top/bottom padding.

BR, Siarhei

Former Member
0 Kudos

Hi BR, Siarhei,

Thanks for your reply

I have set all inner containers 'cellDesign' property to 'padless'. The only problem i have is with RootUIElementContatner which doesn't have 'cellDesign' property. Due to that i am getting space on top/left/right of the application.

Any thoughts.

Thanks

Aravind

siarhei_pisarenka3
Active Contributor
0 Kudos

Hi Aravinda

It's hard to advise because I do not know which exactly UI controls and containers you use.

For example, Tray and Group have 'hasContentPadding' option (true by default).

Flow Layout has default padding too.

BR, Siarhei

tony_zheng
Explorer
0 Kudos

try to set stretchedHorizontally or stretchedVertically?