cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP WebDynpro - MatrixLayout Empty Row with InvisibleElement

Former Member
0 Kudos

Hello All,

I have a MatrixLayout, where I want to put an empty row in. Why can't I just take an InvisibleElement and make it MatrixHeadData in this place?

It just ignores my InvisibleElement and puts the next Line just right to the Line above.

Does anybody know, how to solve this in an easy way?

Thanks a lot,

Florian

Accepted Solutions (1)

Accepted Solutions (1)

amy_king
Active Contributor
0 Kudos

Hi Florian,

The InvisibleElement is taking up space, but if you don't give it an explicit height, it occupies only one pixel of height within its matrix cell. Try giving the element a height in its layout properties.

Cheers,

Amy

Former Member
0 Kudos

This is very usefull!

Thank you very much for your fast reply.

Florian

Answers (0)