Vertical View - List item margin outside screen

Hello beta testers !

I’m trying to add margin to the list item element in a Vertical list view but seems it goes outside the screen :

Is this a bug ?

Thank you!

It’s not a bug, but this and some other things we’re used to won’t work, since mobile development is different from web development.

Instead, try to set the padding value to the vertical sheet element, not the list item, on the left and right, you’ll get exactly what you want

@a.mutaliyev thx for your response.

I didn’t use padding here for a design requirement reason. The vertical list bg color should be grey, and the header bg color should be white, so with padding one or the other have blank or grey on the side.

But noted for the margin that doesn’t work on mobile, seems strange @nick.carroll throughs ?

@a.mutaliyev If it is not a bug, the option to set margins should not be offered (or greyed out) I think.

@Sarah_Esteve as a work around, if you make the list item transparent, remove the border, radius and add a group in it with a border, white background, radius and margins, would that work?

Example:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.