cancel
Showing results for 
Search instead for 
Did you mean: 

line break in flow container?

daniel_humberg
Contributor
0 Kudos

I have a flow container with 10 elements.

Is there an easy way to enforce a line break after the 5th element, so that the first 5 elements and the last 5 elements are displayed in a different row?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can use Horizontal Gutter UI element after the 5th element in order to separate into two blocks of elements....

Regards,

Dinesh

daniel_humberg
Contributor
0 Kudos

Thx Dinesh.

This works.

Answers (1)

Answers (1)

former_member515618
Active Participant
0 Kudos

Hi Daniel,

Use Grid layout with column count as 5, this ensures that the elements come up in 2 rows with 5 each .

Regards,

Sravan Varagani