Skip to main content
5-Regular Member
July 26, 2023
Solved

How do I align the internal mashup of a collection widget to the right

  • July 26, 2023
  • 1 reply
  • 1366 views

Hi,

I use the collection widget and set it to :view=flow; FlowLayoutGravity = edge. Its internal elements are left aligned. Is there a way to make internal elements right aligned?

(ThingWorx 9.3.4-b1190 )

 

Thanks!

JiabaoXiao

 

 

 

Best answer by Arun_C

Hi @JiabaoXiao,

 

If I'm understanding correctly in your query statement. Based on the Collection Widget Property - SectionInsetLeft / SectionInsetRight, statically you can adjust the cells from left to right and Vice-Versa.

Also 1 more option we can add 1 empty container to the left of collection widget placed container.

 

Arun_C_1-1690525415235.png

 

Thanks & Regards,

Arun C

1 reply

Arun_C16-PearlAnswer
16-Pearl
July 28, 2023

Hi @JiabaoXiao,

 

If I'm understanding correctly in your query statement. Based on the Collection Widget Property - SectionInsetLeft / SectionInsetRight, statically you can adjust the cells from left to right and Vice-Versa.

Also 1 more option we can add 1 empty container to the left of collection widget placed container.

 

Arun_C_1-1690525415235.png

 

Thanks & Regards,

Arun C

5-Regular Member
July 31, 2023

I get it. Thank you very much!