cancel
Showing results for 
Search instead for 
Did you mean: 

Gap between UI elements and alignment

Former Member
0 Kudos

Hi Experts,

I am displaying some ui elements in a view, like text fields, text view and different tables. by default arrange horizontal or vertical using different layouts. is it possible to arrange like center and some gap between one table and another table like that.. any way to achieve this.? please help

Thanks and Regards,

venkat.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can use "InvisibleElement" UIElement and set the width of invisibleElement as per the gap you need between two UIElements.

Regards

Vishal Kapoor

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

It is possible. You can display your UI element as you wish.Suppos if you want to use ga / alignment whatever that may be you can do like, Create transpertant container and within that container you can use ur UI element and arrange as you wish.

If you need further clarity, then try to post your layout style with this thread.

Regards!

Sheik

Former Member
0 Kudos

Hi,

Try giving padding for the UI elements .

like paddingleft,paddingright,paddingtop,paddingbottom.

thanks.

Aditya.