cancel
Showing results for 
Search instead for 
Did you mean: 

Inserting gap between two UI elements

Former Member
0 Kudos

Hello friends,

I have to insert a gap btween two UI elements in the layout.I mean a horizontal spacing btween two UI elements.

Please give your valuable inputs.

Thanks and regards,

Hari

Accepted Solutions (1)

Accepted Solutions (1)

chengalarayulu
Active Contributor
0 Kudos

Hi Hiri,

you can use HorizontalGutter UI element, and in its properties make RuleType as None... and should be Matrix HeaderData.

Answers (2)

Answers (2)

former_member185241
Active Participant
0 Kudos

Use the transparent UI Element and set its Height .
Also make its layout as Matrix head data
(If you are using Matrix layout for RootUIElement)

Former Member
0 Kudos

This depends on the layout: grid, matrix, flow, etc. You should select a proper layout grid and then use "transparent element" to fill in the space of the desired gap.