cancel
Showing results for 
Search instead for 
Did you mean: 

MatrixLayout padding/white space around cells

Former Member
0 Kudos

Hi,

I am developing a PDA application with WebDynpro.

Because of performance reasons we have to switch to the matrix layout, but there is a problem with the huge amount of white space around every ui object (padding).

When I switched the layout of all my ui objects (containers etc.) to Matrix Layout (old layout was gridlayout) and all the paddings to paddless I see a huge white space around my objects and the views are to big to display on my pda screen.

Is there a way how I can disable the padding completely?

I did a few changes:

- all groups / containers / RootUIElementContainer: GridLayout to MatrixLayout

- all ui elements: padding --> paddless

I hope that someone can give me more information about the padding in matrixlayouts,

Thanks in advance and kind regards,

Bart Elshout

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Did you set the MatrixLayout properties "stretched{Horizontally, Vertically}" to false?

Armin

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Bart,

You can use the following links for the arrangement of empty spaces in your view:

[Matrix Layout - Use of Gutters|http://help.sap.com/saphelp_nwmobile71/helpdata/en/47/af8841349e1909e10000000a155106/frameset.htm]

[Layout Optimization|http://help.sap.com/saphelp_nwmobile71/helpdata/en/47/8b43133ee117fae10000000a42189c/frameset.htm]

Best Regards,

Alka.

srinivas_sistu
Active Contributor
0 Kudos