5 Different Listviews using Dynamic component Extension | Guide



@nikzdreamer2001 i try it but not working

Why the component is set to Card_View1? It should be the dynamic component instead.

1 Like

Where you have created card when you are setting msrgin?

1 Like

You are setting margin before creating that component.

1 Like


i set like this

It seems to be correct, what error are you getting.

@themaayur I can’t get the margin

What are you trying to do with the margin ?

1 Like

@themaayur i try to set the margin of the card.its too far between the two card so i try to keep some close.

Set margin to 0,-4,0,-4

1 Like

Stupid Question -
What is the Difference in Content Padding and Margins.

1 Like

Content padding means to manage spacing inside box…
and content margin means to manage spaces outside the arrangement

3 Likes

@themaayur I set it what you said.its working between the two cards but there is one problem in the left side of the first card it still remains unchanged.why is this so?

Send screenshot of the result. Btw, It should not happen.

1 Like


@themaayur its working between the two cards but left side remain unchange.i put the padding of the icon that show in the below is 20px.

1 Like

so you can increase left margin value for 1st item

1 Like

@nikzdreamer2001 ok i will try but i want to know is when i increase the value of the left side this will effect to all card or not.

Yes it will, if it is the same procedure.

1 Like

use if else condition to check whether its first card or not

1 Like

@nikzdreamer2001 ok i will try by putting the condition.

1 Like