cancel
Showing results for 
Search instead for 
Did you mean: 

size between ui components

Former Member
0 Kudos

Hi All, Can anyone please explain me how to reduce the size between two ui components ?

Regards

Trilochan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Use GridLayout and give different values to the properties like cellpadding, cellspacing, colcount, colspan, height & width and test and select the suitable one

Regards

Abhijith YS

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi..

u can do this by giving the proper width and height values of every UI elements properties..Width like 10px,20px...

Urs GS

Former Member
0 Kudos

Hi Satish,

Thanks for your reply. But i am not looking at the size of the UI elements.I am sorry for being not clear about the question.

What i meant is the distance between two UI elements like a label and inputfield. I would like to know how the distance between such elements can be adjusted other than padding left and padding right properties.

Former Member
0 Kudos

I recommend using a MatrixLayout which provides useful spacings by default. You probably want to set the "stretchedHorizontally" property of the MatrixLayout to false, the default value (true) is not useful in most cases.

Armin